diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 0174d2d..8246156 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -26,7 +26,8 @@ set $term foot # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. # set $menu dmenu_path | dmenu | xargs swaymsg exec -- -set $menu dmenu_path | wmenu | xargs swaymsg exec -- +# set $menu dmenu_path | wmenu | xargs swaymsg exec -- +set $menu fuzzel ### Output configuration # @@ -77,6 +78,8 @@ input type:touchpad { natural_scroll enabled } +bindswitch lid:on exec swaylock -c "#103040" + ### Key bindings # # Basics: |
