aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvaskozl <vasil.zlatanov@gmail.com>2015-02-12 20:33:32 +0100
committervaskozl <vasil.zlatanov@gmail.com>2015-02-12 20:33:32 +0100
commit27aabea1091791314e7eeffb5b3e22c2bc8fff18 (patch)
tree94838109ba77a35f291db436a0fffba73c8056f9
parent2f4d9646224256db607ba7ce988b03f75160492a (diff)
downloaddotfiles-27aabea1091791314e7eeffb5b3e22c2bc8fff18.tar.gz
dotfiles-27aabea1091791314e7eeffb5b3e22c2bc8fff18.tar.bz2
dotfiles-27aabea1091791314e7eeffb5b3e22c2bc8fff18.zip
xinitrc fix
-rw-r--r--config/sxhkd/sxhkdrc2
-rwxr-xr-xxinitrc4
2 files changed, 3 insertions, 3 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc
index e3340f9..f605d9b 100644
--- a/config/sxhkd/sxhkdrc
+++ b/config/sxhkd/sxhkdrc
@@ -159,7 +159,7 @@ grave ; shift + p
#
super + space
- mpc -h 127.0.0.1 toggle && ~/.ratpoison/panel/music > "$PANEL_FIFO"
+ mpc -h 127.0.0.1 toggle
super + Right
mpc -h 127.0.0.1 next && echo "p`mpc current`" | cut --bytes 1-40> "$PANEL_FIFO"
diff --git a/xinitrc b/xinitrc
index 0060563..7e89314 100755
--- a/xinitrc
+++ b/xinitrc
@@ -1,4 +1,4 @@
-!/usr/bin/bash
+#!/usr/bin/bash
# Inspiration:
# http://www.desertsol.com/~kevin/ratpoison/
ratpoison_dir=$HOME/.ratpoison
@@ -31,7 +31,7 @@ xsetroot -cursor_name left_ptr
wmname LG3D
# Background
-~/.ratpoison/wp change &
+~/.ratpoison/wp change
#Run dropbox
dropboxd &