summaryrefslogtreecommitdiffstats
path: root/bin/hush/setup-inputs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hush/setup-inputs')
-rwxr-xr-xbin/hush/setup-inputs7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/hush/setup-inputs b/bin/hush/setup-inputs
index 94e8e7f..c10d878 100755
--- a/bin/hush/setup-inputs
+++ b/bin/hush/setup-inputs
@@ -11,10 +11,3 @@ xmodmap "$HOME"/.Xmodmap
# trackpad settings
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" 0.4
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
-
-# restart services that depend on keyboard reconfigurations
-if pgrep readproctitle > /dev/null; then
- svre xcape
- svre kuake
- svre xbindkeys
-fi