summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-12-01 17:28:44 +0100
committerxengineering <me@xengineering.eu>2022-12-01 17:28:44 +0100
commit5aa5cd03d9df9cd8023c0c0af7cfd17e4b8f1755 (patch)
treef19037ef39973ee1b5506095d397a6648fd09234
parentdedb1c4ff5bf85a429c9a6a9941b6a23128bc95b (diff)
downloaddotfiles-5aa5cd03d9df9cd8023c0c0af7cfd17e4b8f1755.tar
dotfiles-5aa5cd03d9df9cd8023c0c0af7cfd17e4b8f1755.tar.zst
dotfiles-5aa5cd03d9df9cd8023c0c0af7cfd17e4b8f1755.zip
Switch from alacritty to foot for Sway
Foot runs well on the PinePhone because it does not need GPU support like alacritty. Furthermore foot is available on Debian.
-rw-r--r--.config/sway/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 05de25e..f8451bf 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.