diff options
| author | 2012-06-17 23:05:16 +0200 | |
|---|---|---|
| committer | 2012-06-17 23:05:16 +0200 | |
| commit | f9f6b09436e698e705d2144ac28dd99f34a143c8 (patch) | |
| tree | 143656497bece1f77a1e1bae5925d12f40c9d89a /.xinitrc | |
| parent | 4c6ba58e155bf010f887d1f235fc148ee81e0e04 (diff) | |
| download | dotfiles-f9f6b09436e698e705d2144ac28dd99f34a143c8.tar.gz dotfiles-f9f6b09436e698e705d2144ac28dd99f34a143c8.zip | |
.xinitrc
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,9 +10,10 @@ then mpdscribble & fi -xbindkeys +wm=$1 +test -n "$wm" || wm=herbstluftwm -exec ck-launch-session $1 +exec ck-launch-session $wm # Local Variables: # mode: shell-script # eval: (git-auto-commit-mode 1) |
