sway: hotkeys
This commit is contained in:
parent
24d8d097c1
commit
c0a9be73c4
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue