diff options
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index 01b9ca1..4f6c945 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -9,7 +9,7 @@ font pango:MiscFixedSC613 9 exec /usr/libexec/pipewire-launcher exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway -exec foot -s +# exec foot -s ### Variables # @@ -21,12 +21,12 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term footclient +set $term foot # 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 dmenu_path | bemenu-run -p "" --hf "#00ff00" | xargs swaymsg exec -- +# set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $menu dmenu_path | wmenu | xargs swaymsg exec -- ### Output configuration # |
