diff options
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 81afb43..656245f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -16,7 +16,7 @@ set $term alacritty # Your preferred application launcher # 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 bemenu_path | bemenu | xargs swaymsg exec -- ### Output configuration # @@ -47,7 +47,7 @@ workspace 3 output eDP-1 # Example configuration: # # exec swayidle -w \ -# timeout 300 'swaylock -f -c 000000' \ +# waylock -f -c 000000' \ # timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ # before-sleep 'swaylock -f -c 000000' # |