diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/herbstluftwm/autostart | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 659b97d..493a930 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -13,27 +13,31 @@ hc keyunbind --all hc mouseunbind --all -hc set default_frame_layout 3 +hc set default_frame_layout grid +hc set show_frame_decorations all -hc set always_show_frame 1 -hc set smart_frame_surroundings 0 -hc set smart_window_surroundings 0 - -hc set frame_border_active_color '#9fbc00' +hc set frame_border_active_color '#909090' hc set frame_border_normal_color '#454545' -hc set frame_bg_active_color '#000000' -hc set frame_bg_normal_color '#000000' hc set window_border_active_color '#9fbc00' hc set window_border_normal_color '#454545' -hc set window_border_urgent_color '#454545' +hc set window_border_urgent_color '#a03000' hc set frame_border_width 2 +hc set frame_padding -1 hc set frame_gap 2 -hc set frame_padding 0 -hc set window_border_width 2 -hc set window_gap -2 +hc set window_border_width 1 +hc set window_gap 0 hc set snap_gap 2 -hc set snap_distance 10 + +hc attr theme.tab_color '#222222' +hc attr theme.tab_title_color '#909090' +hc attr theme.title_color '#ffffff' +hc attr theme.title_height 14 +hc attr theme.title_depth 4 +hc attr theme.title_font 'Monospace:size=10' +hc attr theme.title_when one_tab +hc attr theme.active.title_color '#000000' +hc attr theme.floating.title_when always hc pad 0 -2 -2 -2 -2 @@ -60,6 +64,7 @@ hc keybind $Mod-comma use_index -1 hc keybind $Mod-Shift-period move_index +1 hc keybind $Mod-Shift-comma move_index -1 +hc keybind $Mod-a attr clients.focus.floating toggle hc keybind $Mod-s floating toggle hc keybind $Mod-f fullscreen toggle hc keybind $Mod-p pseudotile toggle @@ -101,6 +106,8 @@ hc keybind $Mod-Control-Right resize right +0.01 hc keybind $Mod-Tab cycle +1 hc keybind $Mod-Shift-Tab cycle -1 +hc keybind $Mod-q cycle_all +1 +hc keybind $Mod-Shift-q cycle_all -1 hc keybind $Mod-Shift-c close @@ -116,9 +123,9 @@ hc mousebind $Mod-Button3 resize hc rule focus=off -hc rule class='Chromium' focus=on -hc rule class='MPlayer' focus=on hc rule class='URxvt' focus=on +hc rule class='firefox' focus=on +hc rule class='mpv' focus=on hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' pseudotile=on focus=on hc rule windowtype='_NET_WM_WINDOW_TYPE_SPLASH' pseudotile=on |