aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-05-07 02:23:33 -0400
committertdro <tdro@users.noreply.github.com>2021-05-07 02:24:10 -0400
commit8d5230ba0084012e15c52e7b63a42f6b1d394b2c (patch)
treef96f074c7975fe885f1e67d47b396f68c1b3e91f /.config
parentf8257003ebe71bb6887c7fc26520b3e09c0e6ec3 (diff)
downloaddotfiles-8d5230ba0084012e15c52e7b63a42f6b1d394b2c.tar.gz
dotfiles-8d5230ba0084012e15c52e7b63a42f6b1d394b2c.tar.bz2
dotfiles-8d5230ba0084012e15c52e7b63a42f6b1d394b2c.zip
.config/xbindkeysrc -> .config/X11/xbindkeysrc
Start initial preparations for Wayland switch
Diffstat (limited to '.config')
-rw-r--r--.config/X11/xbindkeysrc (renamed from .config/xbindkeysrc)0
-rw-r--r--.config/systemd/user/xbindkeys.service2
2 files changed, 1 insertions, 1 deletions
diff --git a/.config/xbindkeysrc b/.config/X11/xbindkeysrc
index ae7f564..ae7f564 100644
--- a/.config/xbindkeysrc
+++ b/.config/X11/xbindkeysrc
diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service
index 9e94b36..82eaf76 100644
--- a/.config/systemd/user/xbindkeys.service
+++ b/.config/systemd/user/xbindkeys.service
@@ -7,7 +7,7 @@ RestartSec=5s
Restart=always
KillMode=process
SyslogIdentifier=xbindkeys
-ExecStart=/usr/bin/env bash -l -c 'xbindkeys -f %h/.config/xbindkeysrc -p -n'
+ExecStart=/usr/bin/env bash -l -c 'xbindkeys -f %h/.config/X11/xbindkeysrc -p -n'
[Install]
WantedBy=default.target