summaryrefslogtreecommitdiff
path: root/desktop/.xsession
diff options
context:
space:
mode:
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"
}