diff options
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 7ad9f2d..81e3e39 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -1,16 +1,17 @@ # vim: ft=i3 # Basics {{{ -# start a terminal bindsym $mod+Return exec $term bindsym $mod+Shift+Return exec $floating_term +bindsym $mod+b exec pkill -USR1 waybar +bindsym $mod+w exec firefox # kill focused window bindsym $mod+Shift+q kill # start your launcher -bindsym $mod+d exec $menu -bindsym $mod+o exec $run_menu +bindsym $mod+d exec $run_menu +bindsym $mod+Shift+d exec $menu # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -38,6 +39,7 @@ bindsym Escape mode "default" } bindsym $mod+Shift+b border toggle +bindsym $mod+Shift+r output - transform 90 clockwise bindsym $mod+a exec soundswitch # }}} @@ -194,7 +196,7 @@ mode "gaps" { bindsym Return mode "default" bindsym Escape mode "default" } -bindsym $mod+Alt+g mode "gaps" +bindsym $mod+Shift+g mode "gaps" # }}} # Misc {{{ |