From acb1089dd5e51aeea7d96505c6a6e23261ce3ab1 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sat, 27 Apr 2024 19:29:53 +1200 Subject: [PATCH] sway: bind mod+m to emacs --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 17fbd9c..9e7e29c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -59,6 +59,9 @@ output * bg /home/jeremy/pix/openbsd/IMG_064131_Portugal.jpg fill # Start a terminal bindsym $mod+Return exec $term +# Start Emacs +bindsym $mod+m exec emacsclient -c + # Kill focused window bindsym $mod+q kill