summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-07-26 06:37:11 +0200
committerxengineering <me@xengineering.eu>2022-07-26 06:37:11 +0200
commit7144b1c2129994398e50fc7eca57474ff2f4fd34 (patch)
tree49f389dffafe32cf1c6abe0bbf66231fa432a57f
parentccd82b433e35e968c37e9206ee4fad9756af21df (diff)
downloaddotfiles-7144b1c2129994398e50fc7eca57474ff2f4fd34.tar
dotfiles-7144b1c2129994398e50fc7eca57474ff2f4fd34.tar.zst
dotfiles-7144b1c2129994398e50fc7eca57474ff2f4fd34.zip
Set foot as default terminal emulator on Sway
-rw-r--r--.config/sway/config2
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.