added kanshi
This commit is contained in:
parent
5f620bceb5
commit
d7a9fd25bd
12 changed files with 69 additions and 32 deletions
|
|
@ -6,7 +6,7 @@ SETUVAR __done_min_cmd_duration:10000
|
|||
SETUVAR __done_notification_urgency_level:low
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR fish_greeting:\x1d
|
||||
SETUVAR --export fish_user_paths:/home/henry/\x2enpm\x2dglobal/bin
|
||||
SETUVAR --export fish_user_paths:/home/henry/\x2elocal/bin\x1e/home/henry/\x2ecargo/bin\x1e/home/henry/\x2enpm\x2dglobal/bin
|
||||
SETUVAR pure_begin_prompt_with_current_directory:true
|
||||
SETUVAR pure_check_for_new_release:false
|
||||
SETUVAR pure_color_at_sign:pure_color_mute
|
||||
|
|
@ -76,6 +76,7 @@ SETUVAR pure_symbol_reverse_prompt:\u276e
|
|||
SETUVAR pure_symbol_ssh_prefix:
|
||||
SETUVAR pure_symbol_title_bar_separator:\x2d
|
||||
SETUVAR pure_symbol_virtualenv_prefix:
|
||||
SETUVAR pure_system_time_format:\x2b\x25T
|
||||
SETUVAR pure_threshold_command_duration:5
|
||||
SETUVAR pure_truncate_prompt_current_directory_keeps:\x2d1
|
||||
SETUVAR pure_truncate_window_title_current_directory_keeps:\x2d1
|
||||
|
|
|
|||
30
themes/base/.config/kanshi/config
Normal file
30
themes/base/.config/kanshi/config
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
profile dual {
|
||||
# Monitors
|
||||
output HDMI-A-1 mode 1920x1080@239.760Hz position 0,0 transform normal
|
||||
output DP-1 mode 2560x1440@59.95Hz position 1920,0 transform 270
|
||||
output eDP-2 disable
|
||||
|
||||
# Workspace placement
|
||||
exec swaymsg "workspace 1; move workspace to output HDMI-A-1"
|
||||
exec swaymsg "workspace 2; move workspace to output HDMI-A-1"
|
||||
exec swaymsg "workspace 3; move workspace to output DP-1"
|
||||
exec swaymsg "workspace 4; move workspace to output DP-1"
|
||||
exec swaymsg "workspace 5; move workspace to output DP-1"
|
||||
}
|
||||
|
||||
profile single {
|
||||
# External monitor + laptop display
|
||||
output HDMI-A-1 mode 1920x1080@239.760Hz position 0,0 transform normal
|
||||
output eDP-2 mode 1920x1200@165Hz position 1920,0 transform normal
|
||||
|
||||
# Workspace placement
|
||||
exec swaymsg "workspace 1; move workspace to output HDMI-A-1"
|
||||
exec swaymsg "workspace 2; move workspace to output HDMI-A-1"
|
||||
exec swaymsg "workspace 3; move workspace to output eDP-2"
|
||||
exec swaymsg "workspace 4; move workspace to output eDP-2"
|
||||
exec swaymsg "workspace 5; move workspace to output eDP-2"
|
||||
}
|
||||
|
||||
profile laptop {
|
||||
output eDP-2 mode 1920x1200@165Hz position 0,0 transform normal
|
||||
}
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config.
|
||||
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
|
||||
[mgr]
|
||||
|
||||
keymap = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue