summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-21 11:36:55 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-21 11:37:00 -0400
commit6e180ab71bc0cc5563e38165da14eb421e4066a1 (patch)
treec756dccc6cc54504b77c3490184714a03bd81fcc /zsh
parent810fe36c05f2c4c0de60f1bf923bba7ad3fd6f63 (diff)
fix
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