diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-06-03 10:17:45 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-06-03 10:17:45 +0200 |
| commit | 109494bec08dc31e949957ac239de44341d62389 (patch) | |
| tree | 74fe8505758a0dfb146e99e6c53c78940d49af78 | |
| parent | 10a035abbe68303ab3dca621c2553c1ceb04461c (diff) | |
update
| -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 # |
