diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-04 21:42:56 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-04 21:42:56 +0000 |
commit | c24569217169ea9eea8d395afb5971056e7cd4b3 (patch) | |
tree | a66ded492119838f8903cf2aafb13a09dbe4e105 /.config | |
parent | 79e34f91f8f0083cada1722b1f6e0d3168cc0f1e (diff) | |
download | dotfiles-c24569217169ea9eea8d395afb5971056e7cd4b3.tar dotfiles-c24569217169ea9eea8d395afb5971056e7cd4b3.tar.gz dotfiles-c24569217169ea9eea8d395afb5971056e7cd4b3.tar.bz2 dotfiles-c24569217169ea9eea8d395afb5971056e7cd4b3.tar.lz dotfiles-c24569217169ea9eea8d395afb5971056e7cd4b3.tar.xz dotfiles-c24569217169ea9eea8d395afb5971056e7cd4b3.tar.zst dotfiles-c24569217169ea9eea8d395afb5971056e7cd4b3.zip |
Switch to alacritty
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 |