diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-28 23:52:34 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-28 23:58:37 +0200 |
| commit | 402cb8a549674f6fb1a5f9d449024cc0422d348a (patch) | |
| tree | 6e88a68fb9f8c0b2cde0eaa3ed410643da716674 /.config | |
| parent | 3bcae9e31fb76df6541fab27aec26f6a16fa4ef5 (diff) | |
sway: add bind for 'files'
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. |