diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-01 18:20:20 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-01 18:20:20 +0000 |
commit | 6bb953703fbce79ac125277511a62ed2ea51fa25 (patch) | |
tree | 52d148058ee1fc04258f66ec86577c9b641d87e9 /sway | |
parent | 1d36c8ae1c4d052d18bd5af8f7c2e76fb2b4e3c9 (diff) |
update
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/* |