From c0a9be73c4b6b62c696b89de5b3ce2d067c4cd6b Mon Sep 17 00:00:00 2001 From: Von Random <von@mechanus.net> Date: Sat, 25 Jan 2025 14:49:48 +0200 Subject: [PATCH] sway: hotkeys --- dot_config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/sway/config b/dot_config/sway/config index b6792cf..8765d1f 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -37,13 +37,13 @@ output Virtual-1 resolution 1920x1080 scale 2 # keys: # Start a terminal - bindsym --to-code $mod+t exec $term + bindsym --to-code $mod+x exec $term # Kill focused window bindsym --to-code $mod+Shift+c kill # Start your launcher - bindsym --to-code Mod1+Space exec bemenu-run -i --fn "$font_face $font_size" --no-exec | xargs swaymsg exec -- + bindsym --to-code Mod1+d exec bemenu-run -i --fn "$font_face $font_size" --no-exec | xargs swaymsg exec -- # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod.