summaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-01-23 11:00:52 -0500
committerJack Jamison <jackqjamison@gmail.com>2026-01-23 11:00:52 -0500
commit6e8fbf36e07f9dd671880c4231131e0e38c2d384 (patch)
treeefb9f3cf29b7b31f915c7b29dd4785a8d893980e /.config/sway
parent1df6a929cb0f540b2b8caf8f127afc3ad6c2468c (diff)
bash and more proj stuff
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config6
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:
#