diff options
Diffstat (limited to 'herbstluftwm/autostart')
-rwxr-xr-x | herbstluftwm/autostart | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 89842c6..2ff5939 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -68,7 +68,7 @@ hc keybind $Mod-Control-Right resize right +$resizestep # tags #tag_names=( {1..9} ) -tag_names=( "web" "editors" "chat" "games" "misc" ) +tag_names=( "web" "ed" "more-ed" "chat" "games" "misc" ) tag_keys=( {1..9} 0 ) hc rename default "${tag_names[0]}" || true @@ -124,7 +124,7 @@ hc keybind $Mod-i jumpto urgent #hc set always_show_frame 1 hc set frame_bg_transparent 1 hc set frame_transparent_width 1 -hc set frame_gap 2 +hc set frame_gap 3 hc set frame_border_active_color '#000000' hc set frame_border_normal_color '#1d1f21' hc set frame_bg_normal_color '#151515' @@ -132,7 +132,7 @@ hc set frame_bg_active_color '#151515' hc set frame_border_width 0 hc set window_border_width 2 hc set window_border_normal_color '#3a3a3a' -hc set window_border_active_color "$(xrdb -q | grep color4 | awk '{ print $2; }')" +hc set window_border_active_color "$(xrdb -q | grep color12 | awk '{ print $2; }')" #hc attr theme.active.color '#9E003A' #hc attr theme.normal.color '#252525' @@ -157,6 +157,7 @@ hc set frame_padding 0 # rules hc unrule -F #hc rule class=XTerm tag=3 # move all xterms to tag 3 +hc rule class=Steam tag="games" # move all xterms to tag 3 hc rule focus=on # normally focus new clients #hc rule focus=off # normally do not focus new clients # give focus to most common terminals |