diff options
| author | Josh <joshott16@gmail.com> | 2025-07-29 13:22:04 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-29 13:22:04 -0400 |
| commit | 179687af59d68b757ba20914ceda4673214998e1 (patch) | |
| tree | 88352529609844817da55103e3e1f70bceb95511 | |
| parent | 4219d63336356fee619f58fc82ccbbbda0f65049 (diff) | |
| download | dotfiles-179687af59d68b757ba20914ceda4673214998e1.tar.gz dotfiles-179687af59d68b757ba20914ceda4673214998e1.zip | |
ration in sway
| -rw-r--r-- | sway/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 2e962ad..caa6f8d 100644 --- a/sway/config +++ b/sway/config @@ -64,6 +64,8 @@ bindsym $mod+Shift+d reload bindsym $mod+Shift+f exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' +bindsym $mod+q exec dunstctl close + # Moving around: bindsym $mod+$left focus left @@ -172,6 +174,7 @@ bindsym $mod+b exec zen-browser bindsym $mod+x exec xournalpp bindsym $mod+c exec lectern open bindsym $mod+d exec notepicker $HOME/nextcloud/escritoire/notepad +bindsym $mod+j exec kitty --app-id 'ration' bash -i ration bindsym $mod+Shift+t exec kitty --app-id 'float' bindsym $mod+Shift+c exec kitty --app-id 'numbat' numbat bindsym $mod+Shift+g exec feh -Z -F -B black /home/josh/Pictures/game.png @@ -207,6 +210,7 @@ for_window [app_id="float"] floating enable; resize set 50 ppt 50 ppt for_window [app_id="numbat"] floating enable; resize set 40 ppt 35 ppt for_window [app_id="xoppdoggin"] floating enable; resize set 90 ppt 90 ppt for_window [app_id="wallpicker"] floating enable; resize set 90 ppt 90 ppt +for_window [app_id="ration"] floating enable; resize set 30 ppt 30 ppt for_window [class="Inkscape"] floating enable; resize set 90 ppt 90 ppt for_window [class="vimscape"] floating enable; resize set 30 ppt 25 ppt; move down 300; move left 550 @@ -223,7 +227,6 @@ bar swaybar_command waybar exec --no-startup-id dex -ae sway exec dunst -exec thunderbird exec keepassxc exec feishin exec gammastep |