diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/sway/config b/.config/sway/config index 7482173..884716e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -3,10 +3,10 @@ set $left h set $down j set $up k set $right l -set $term foot +set $term kitty set $menu fuzzel set $dmenu fuzzel -d -set $file_manager pcmanfm-qt +set $file_manager thunar default_border pixel 2 default_floating_border pixel 2 @@ -296,10 +296,10 @@ for_window [app_id = "floating"] $float for_window [app_id = "floating_update"] $float for_window [title = "^Open File$"] $float_resize for_window [title = "^Save File$"] $float_resize -for_window [app_id = "mpv"] { - floating enable - resize set 850 900 px -} +# for_window [app_id = "mpv"] { +# floating enable +# resize set 850 900 px +# } for_window [app_id = "pavucontrol"] $float_resize for_window [app_id = "TUI.float"] $float_resize for_window [app_id="firefox" title="^Picture-in-Picture$"] $popup @@ -316,7 +316,6 @@ for_window [app_id="waybar" floating] { move position cursor move down 60px } -focus_on_window_activation focus bar { id mainbar |
