dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d4c5909a68636ed4cc0388af2efb8029819764ff
parent 9af1a0c0b3d0a6f4980c522116433e480a93d0d0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 27 Jan 2015 13:27:09 +0100

suppress waiting symbol for mpd commands

Diffstat:
M.i3/config | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -96,10 +96,10 @@ bindsym XF86KbdBrightnessDown exec --no-startup-id /home/ad/bin/kbd_backlight.sh bindsym XF86KbdBrightnessUp exec --no-startup-id /home/ad/bin/kbd_backlight.sh up # mpd control -bindsym $mod+Shift+p exec mpc toggle -bindsym $mod+Shift+n exec mpc next -bindsym $mod+Shift+b exec mpc prev -bindsym $mod+Shift+s exec mpc stop +bindsym $mod+Shift+p exec --no-startup-id mpc toggle +bindsym $mod+Shift+n exec --no-startup-id mpc next +bindsym $mod+Shift+b exec --no-startup-id mpc prev +bindsym $mod+Shift+s exec --no-startup-id mpc stop # Light X colors #bindsym $mod+Shift+w exec --no-startup-id /home/ad/bin/solarized-light.sh