diff options
Diffstat (limited to '')
-rwxr-xr-x | herbstluftwm/.config/herbstluftwm/autostart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 83bc2cf..d639e93 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -26,7 +26,7 @@ killall stalonetray killall conky # gap counter -echo 10 > /tmp/herbstluftwm-gap +echo 30 > /tmp/herbstluftwm-gap # keybindings Mod=Mod4 @@ -134,7 +134,7 @@ hc set frame_bg_transparent 1 hc set frame_transparent_width 0 hc set frame_gap 8 -hc attr theme.active.color '#000000' #6A8C8C +hc attr theme.active.color '#6A8C8C' hc attr theme.normal.color '#222222' hc attr theme.urgent.color '#000000' hc attr theme.inner_width 0 @@ -147,7 +147,7 @@ hc attr theme.active.inner_color '#272822' hc attr theme.active.outer_color '#000000' hc attr theme.background_color '#141414' -hc set window_gap 10 +hc set window_gap 30 hc set frame_padding 0 hc set smart_window_surroundings 0 hc set smart_frame_surroundings 1 |