aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-12-18 04:32:31 -0500
committertdro <tdro@users.noreply.github.com>2020-12-18 04:32:31 -0500
commitd59cccd05237fe93c3a97799923ff25f56a74b8b (patch)
treed4385a61e41841debbcbf734d6bb975a5c835783 /.config
parentdb130a75d2598cd5c755f42d90036fe375600c25 (diff)
downloaddotfiles-d59cccd05237fe93c3a97799923ff25f56a74b8b.tar.gz
dotfiles-d59cccd05237fe93c3a97799923ff25f56a74b8b.tar.bz2
dotfiles-d59cccd05237fe93c3a97799923ff25f56a74b8b.zip
.config/systemd/user/xbindkeys: Login with bash
Diffstat (limited to '.config')
-rw-r--r--.config/systemd/user/xbindkeys.service4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service
index 7e0be9f..9e94b36 100644
--- a/.config/systemd/user/xbindkeys.service
+++ b/.config/systemd/user/xbindkeys.service
@@ -7,9 +7,7 @@ RestartSec=5s
Restart=always
KillMode=process
SyslogIdentifier=xbindkeys
-EnvironmentFile=-%h/.cache/environment
-ExecStart=/usr/bin/env xbindkeys -f %h/.config/xbindkeysrc -p -n
-ExecStartPre=/usr/bin/env bash -l -c 'env > %h/.cache/environment'
+ExecStart=/usr/bin/env bash -l -c 'xbindkeys -f %h/.config/xbindkeysrc -p -n'
[Install]
WantedBy=default.target