about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/config.in
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-01 11:51:00 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-01 11:51:00 +0000
commitea99f31ff0dd6d34687b63e233d68a318bc9b605 (patch)
tree8d9248047d2dfaee37aae45003f338845d01aaab /modules/workstation/windowing/sway/config.in
parentee0e200a153cf8cccf3027e417012d0e03f4d81a (diff)
downloadnixlib-ea99f31ff0dd6d34687b63e233d68a318bc9b605.tar
nixlib-ea99f31ff0dd6d34687b63e233d68a318bc9b605.tar.gz
nixlib-ea99f31ff0dd6d34687b63e233d68a318bc9b605.tar.bz2
nixlib-ea99f31ff0dd6d34687b63e233d68a318bc9b605.tar.lz
nixlib-ea99f31ff0dd6d34687b63e233d68a318bc9b605.tar.xz
nixlib-ea99f31ff0dd6d34687b63e233d68a318bc9b605.tar.zst
nixlib-ea99f31ff0dd6d34687b63e233d68a318bc9b605.zip
modules/windowing: switch from alacritty to foot
I've already been contributing to foot for Spectrum, it doesn't
require a GPU, and it has working emoji.
Diffstat (limited to 'modules/workstation/windowing/sway/config.in')
-rw-r--r--modules/workstation/windowing/sway/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/windowing/sway/config.in b/modules/workstation/windowing/sway/config.in
index d59bdaa28db5..52efc1fa90e3 100644
--- a/modules/workstation/windowing/sway/config.in
+++ b/modules/workstation/windowing/sway/config.in
@@ -37,7 +37,7 @@ for_window [title="(Firefox|Nightly) . Sharing Indicator"] {
 
 input * natural_scroll enabled
 
-bindsym $mod+Return exec alacritty
+bindsym $mod+Return exec foot
 bindsym $mod+backslash exec firefox
 bindsym $mod+BackSpace kill
 bindsym $mod+d exec swaymsg exec "$(choosebin --tiebreak=begin,length,index)"