diff options
Diffstat (limited to 'desktop/.xsession')
-rwxr-xr-x | desktop/.xsession | 5 |
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" } |