Fix/add some key bindings

This commit is contained in:
Tom Willemse 2016-09-12 01:48:40 +02:00
parent 5588c1bf18
commit 4d525531c3

View file

@ -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}} )