From 3c8760ef3e59d0452646e6fb8b3551fe53f336e4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 14 Oct 2013 00:44:13 -0400 Subject: start xbindkeys from $HOME otherwise, it starts from the service directory, and so all applications launched with it have an initial pwd of the service directory (including terminals) --- services/xbindkeys/run | 1 + 1 file changed, 1 insertion(+) (limited to 'services') diff --git a/services/xbindkeys/run b/services/xbindkeys/run index d9d5cf8..dd84cbc 100755 --- a/services/xbindkeys/run +++ b/services/xbindkeys/run @@ -1,3 +1,4 @@ #!/bin/sh +cd $HOME exec xbindkeys -n -- cgit v1.2.3-54-g00ecf