diff options
author | xengineering <me@xengineering.eu> | 2022-07-26 06:37:11 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-07-26 06:37:11 +0200 |
commit | 7144b1c2129994398e50fc7eca57474ff2f4fd34 (patch) | |
tree | 49f389dffafe32cf1c6abe0bbf66231fa432a57f | |
parent | ccd82b433e35e968c37e9206ee4fad9756af21df (diff) | |
download | dotfiles-7144b1c2129994398e50fc7eca57474ff2f4fd34.tar dotfiles-7144b1c2129994398e50fc7eca57474ff2f4fd34.tar.zst dotfiles-7144b1c2129994398e50fc7eca57474ff2f4fd34.zip |
Set foot as default terminal emulator on Sway
-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 011da65..d9b3d00 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -12,7 +12,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term alacritty +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. |