diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 826a50f..40728e5 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -12,6 +12,7 @@ bindsym $mod+Shift+q kill # start your launcher bindsym $mod+d exec $run_menu bindsym $mod+Shift+d exec $menu +bindsym $mod+o exec fs # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. |