summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index e1851e8..017e009 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -4,7 +4,7 @@ export EDITOR=emacsclient
export TERMINAL=urxvt
export LEDGER_FILE=$HOME/org/hledger/2021.journal
export CHEMACS_PROFILE=default
-if [[ $(hostname) =~ pincer* || $(hostname) =~ dex* || $(hostname) =~ fedora ]]; then
+if [[ $(hostname) =~ pincer* || $(hostname) =~ dex* || $(hostname) =~ fedora || $(hostname) =~ firelink ]]; then
export MOZ_ENABLE_WAYLAND=1
export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland
@@ -24,7 +24,7 @@ source ~/.zshenv.local
export XKB_DEFAULT_LAYOUT="us(dvorak)"
export XKB_DEFAULT_OPTIONS="caps:ctrl_modifier,compose:ralt"
-if [[ $(hostname) =~ dex* ]]; then
+if [[ $(hostname) =~ dex* || $(hostname) =~ firelink ]]; then
# US keyboard layout works better with the Corne keymap.
export XKB_DEFAULT_LAYOUT="us"
fi