summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/fusuma/config.yml6
-rw-r--r--.xprofile5
2 files changed, 11 insertions, 0 deletions
diff --git a/.config/fusuma/config.yml b/.config/fusuma/config.yml
new file mode 100644
index 0000000..8eb3ef4
--- /dev/null
+++ b/.config/fusuma/config.yml
@@ -0,0 +1,6 @@
+swipe:
+ 3:
+ left:
+ command: 'xdotool key Super+Right'
+ right:
+ command: 'xdotool key Super+Left'
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/"