From 84c53b433658e3da7700551bee840ed5635fa837 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 7 Jun 2020 22:30:09 +0400 Subject: added fusuma for touchpad gestures on laptop --- .xprofile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.xprofile') 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/" -- cgit v1.2.3