From d9756187508feb99478f99bb4bf53db9946bbee4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 11 Nov 2012 23:29:00 +0100 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.config/herbstluftwm') diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 5dd2d51..1dfd013 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -6,13 +6,13 @@ function hc () { modkey="Mod4" +# hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719' hc keybind $modkey+Ctrl+b resize left +0.05 hc keybind $modkey+Ctrl+f resize right +0.05 hc keybind $modkey+Ctrl+n resize down +0.05 hc keybind $modkey+Ctrl+p resize up +0.05 hc keybind $modkey+Ctrl+q quit hc keybind $modkey+Ctrl+r reload -# hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719' hc keybind $modkey+Shift+b shift left hc keybind $modkey+Shift+f shift right hc keybind $modkey+Shift+n shift down @@ -33,6 +33,10 @@ hc keybind $modkey+s split vertical 0.5 hc keybind $modkey+space cycle_layout 1 hc keybind $modkey+w spawn conkeror hc keybind Ctrl+Mod1+l spawn i3lock -c 000000 +hc keybind XF86AudioNext spawn mpc next +hc keybind XF86AudioPlay spawn mpc toggle +hc keybind XF86AudioPrev spawn mpc prev +hc keybind XF86AudioStop spawn mpc stop hc set default_frame_layout 2 hc set focus_stealing_prevention 0 @@ -63,6 +67,8 @@ hc rule windowtype=_NET_WM_WINDOW_TYPE_DIALOG focus=on pseudotile=on hc rule class=Xephyr pseudotile=on hc rule instance=Xine\ Window pseudotile=on hc rule class=Pinentry pseudotile=on +hc rule class=Dispass pseudotile=on +hc rule title="GIMP Startup" pseudotile=on # xbindkeys -- cgit v1.2.3-54-g00ecf