From 9c68f9b3a658654b04d3993d9555d7d482e51191 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:01:59 +0100 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) (limited to '.config') diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index cf47e86..d82b31b 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -6,19 +6,43 @@ function hc () { modkey="Mod4" +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+e spawn emacs +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 +hc keybind $modkey+Shift+p shift up +hc keybind $modkey+Shift+s split vertical 0.5 +hc keybind $modkey+b focus -i left +hc keybind $modkey+c spawn urxvt +hc keybind $modkey+comma cycle_monitor -1 +hc keybind $modkey+e spawn emacsclient -ca emacs +hc keybind $modkey+f focus -i right +hc keybind $modkey+k close +hc keybind $modkey+n focus -i down +hc keybind $modkey+o cycle_all +hc keybind $modkey+p focus -i up +hc keybind $modkey+period cycle_monitor 1 +hc keybind $modkey+q remove +hc keybind $modkey+s split horizontal 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 set frame_bg_normal_color "#0c191c" -hc set frame_bg_active_color "#000000" +hc set default_frame_layout 2 +hc set focus_stealing_prevention 0 +hc set frame_bg_transparent 1 hc set frame_border_width 0 +hc set raise_on_focus 1 +hc set window_border_active_color "#999999" +hc set window_border_normal_color "#222224" hc set window_border_width 1 -hc set window_border_normal_color "#15abc3" -hc set window_border_active_color "#e0c625" -hc set focus_stealing_prevention 0 - -hc set default_frame_layout 2 hc set_layout max hc add default2 -- cgit v1.2.3-54-g00ecf