diff options
author | Guangxiong Lin <[email protected]> | 2023-10-14 15:10:54 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-14 15:10:54 +0800 |
commit | a363a4fe1e11c91d471cc96adfe2d3e5f6e8aa6e (patch) | |
tree | 168ec433938189f0a1013758c193c8b36b56ae69 /.config/sway/config | |
parent | 942f2390dddd7019c0a6d19fd5984f3d715af0cb (diff) | |
download | dotfiles-a363a4fe1e11c91d471cc96adfe2d3e5f6e8aa6e.tar.gz dotfiles-a363a4fe1e11c91d471cc96adfe2d3e5f6e8aa6e.tar.bz2 dotfiles-a363a4fe1e11c91d471cc96adfe2d3e5f6e8aa6e.zip |
Switch from st to foot
Diffstat (limited to '.config/sway/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 13c7fce..a03da43 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term st +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. |