1
0
Fork 0

sway: hotkeys

This commit is contained in:
Von Random 2025-01-25 14:49:48 +02:00
parent 24d8d097c1
commit c0a9be73c4

View file

@ -37,13 +37,13 @@ output Virtual-1 resolution 1920x1080 scale 2
# keys: # keys:
# Start a terminal # Start a terminal
bindsym --to-code $mod+t exec $term bindsym --to-code $mod+x exec $term
# Kill focused window # Kill focused window
bindsym --to-code $mod+Shift+c kill bindsym --to-code $mod+Shift+c kill
# Start your launcher # 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. # Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod. # Resize them with right mouse button + $mod.