diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 3806521..6e71f05 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -58,7 +58,7 @@ default_border pixel 8 xwayland enable # Applications -set $term $(which footclient || which alacritty) +set $term $(which alacritty || which footclient) # 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 wofi --show drun -Iai -w 3 |