From 4d525531c357dd6c1e87e56022da499448942a89 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 12 Sep 2016 01:48:40 +0200 Subject: Fix/add some key bindings --- herbstluftwm/.config/herbstluftwm/autostart | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'herbstluftwm') 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}} ) -- cgit v1.2.3-54-g00ecf