From 6e8fbf36e07f9dd671880c4231131e0e38c2d384 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 23 Jan 2026 11:00:52 -0500 Subject: bash and more proj stuff --- .config/sway/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config') 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: # -- cgit v1.2.3