summaryrefslogtreecommitdiffstats
path: root/bin/hush/setup-inputs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-10 20:47:28 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-10 20:47:28 -0500
commit0ae35ecf116896001fafe1aa310c308ac5b06583 (patch)
tree0fe5143c441350248746d800a623149b1235ea34 /bin/hush/setup-inputs
parentf5dbc17eefe0b39b44995ba0b543405928488268 (diff)
downloadconf-0ae35ecf116896001fafe1aa310c308ac5b06583.tar.gz
conf-0ae35ecf116896001fafe1aa310c308ac5b06583.zip
stop restarting services when i change keyboard layouts
not actually sure why i was doing this to begin with
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