diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 34e4671..496f818 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -56,6 +56,10 @@ default_border pixel # Kill focused window bindsym $mod+d kill + # emacs + bindsym $mod+e exec open-emacs + bindsym $mod+Shift+e exec open-emacs-project + # Start your launcher bindsym $mod+Return exec $menu @@ -72,7 +76,7 @@ default_border pixel bindsym $mod+Shift+c reload # Exit sway (logs you out of your Wayland session) - bindsym $mod+Shift+e 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+Shift+q 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' # # Moving around: # |
