summaryrefslogtreecommitdiff
path: root/desktop/.xsession
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-04-23 08:12:13 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-04-23 08:12:13 -0400
commitc53b4178cbab1b920dce367cebc5a854203fae80 (patch)
treef3f71d08988666a3ea223751aaca294ce27ed769 /desktop/.xsession
parentf28455a6793d1d6fd486a0fa7139cb279bb1313d (diff)
Wayland config
Diffstat (limited to 'desktop/.xsession')
-rwxr-xr-xdesktop/.xsession5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/.xsession b/desktop/.xsession
index 6e25f3c..dc687d4 100755
--- a/desktop/.xsession
+++ b/desktop/.xsession
@@ -11,6 +11,11 @@ fi
source ~/.zshenv
+if [[ $(hostname) =~ pincer* ]]; then
+ exec river
+ exit 0
+fi
+
find_planck_keyboard() {
xinput list | grep -q "OLKB Planck"
}