aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-12 01:48:40 +0200
committerGravatar Tom Willemse2016-09-12 01:48:40 +0200
commit4d525531c357dd6c1e87e56022da499448942a89 (patch)
tree865ff9c5b761641f17d88eeffc9c8350b2e88f18
parent5588c1bf18bdb1a1f7a92edab6ecd0149dbb61a3 (diff)
downloadnew-dotfiles-4d525531c357dd6c1e87e56022da499448942a89.tar.gz
new-dotfiles-4d525531c357dd6c1e87e56022da499448942a89.zip
Fix/add some key bindings
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart8
1 files changed, 7 insertions, 1 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index a47a59a..5c998b4 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -107,11 +107,12 @@ hc keybind $Mod-comma use_index -1 --skip-visible
# Games and sometimes other applications don't always like being
# forced into a strangely sized box, floating mode helps.
-hc keybind $Mod-f floating toggle
+hc keybind $Mod-Control-f floating toggle
# Playing games in fullscreen mode can end badly by having the game
# spread across both monitors. Also watching a twitch stream with lots
# of text is best in fullscreen.
+hc keybind $Mod-f cycle_layout 1 vertical max
hc keybind $Mod-Shift-f fullscreen toggle
hc keybind $Mod-p pseudotile toggle
@@ -137,6 +138,11 @@ hc keybind $Mod-Shift-Tab cycle_all -1
# Use u because i is already used by by navigation commands.
hc keybind $Mod-u jumpto urgent
+# Add some media key bindings for MPD.
+hc keybind XF86AudioPlay spawn mpc toggle
+hc keybind XF86AudioNext spawn mpc next
+hc keybind XF86AudioPrev spawn mpc prev
+
## Tags:
tag_names=( dev web {3..10} )
tag_indexes=( {1..${#tag_names}} )