summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-12-06 13:41:39 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2022-12-06 13:41:39 +0100
commit6b74ce225e71238b5e95825c36821cf346ad7aeb (patch)
tree8c5ae1eea95efd79eab0dbc95e1d09a64dc3c331
parent48a9f5df57c887adfaaf7f9c93e76820ae1452c3 (diff)
Change terminal to alacritty
-rw-r--r--home-configuration.scm2
-rw-r--r--sway.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 0694746..a05c333 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -83,7 +83,6 @@
"emacs-org-contacts"
"emacs-org-contrib"
"font-google-noto"
- "foot"
"git"
"git-lfs"
"gnome-tweaks"
@@ -105,6 +104,7 @@
`(,(service home-bash-service-type
(home-bash-configuration
(environment-variables '(("EDITOR" . "emacs -nw")
+ ("LIBGL_ALWAYS_SOFTWARE" . "1")
("NVM_DIR" . "$HOME/src/nvm")
("GUILE_AUTO_COMPILE" . "0")))
(aliases `(("emacs" . "emacs -nw")
diff --git a/sway.config b/sway.config
index 6f30db8..4ec97cb 100644
--- a/sway.config
+++ b/sway.config
@@ -14,7 +14,7 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
-set $term foot
+set $term alacritty
# 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.