summaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-06-07 22:30:09 +0400
committerAndrew <saintruler@gmail.com>2020-06-07 22:30:09 +0400
commit84c53b433658e3da7700551bee840ed5635fa837 (patch)
tree0778e8f87ef15283463cd71db7952154c4bdf3a9 /.xprofile
parent19671469e2d7c3044be00f8ef5ee305b18a3912c (diff)
added fusuma for touchpad gestures on laptop
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index 093c162..648d3d0 100644
--- a/.xprofile
+++ b/.xprofile
@@ -1,7 +1,12 @@
+#!/bin/sh
+
xcompmgr -c -o 0 &
setxkbmap -layout us,ru -option "grp:alt_shift_toggle"
dunst &
dwmblocks &
+if [ "$(hostname -s)" = "laptop1" ]; then
+ fusuma &
+fi
# Setup wallpaper
WP_DIR="$HOME/Pictures/Wallpapers/"