diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/config-laptop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/config-laptop b/sway/config-laptop index 9c05124..23d8018 100644 --- a/sway/config-laptop +++ b/sway/config-laptop @@ -3,6 +3,7 @@ # Copy this to ~/.config/sway/config and edit it to your liking. # # Read `man 5 sway` for a complete reference. +xwayland disable ### Variables # @@ -20,7 +21,7 @@ set $term alacritty # 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 | tofi-run | xargs swaymsg exec -- include /etc/sway/config-vars.d/* |