aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-12-03 19:41:37 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-12-03 19:41:37 +0100
commitc1e6af8b3837447168f7a72e0d30e68e871cc09d (patch)
treeb3da0ac229548d5eadfefc0832d3fe096de2ce23 /herbstluftwm
parentf691f01606af95670e0983884062a1d70ec7bce9 (diff)
downloaddotfiles-c1e6af8b3837447168f7a72e0d30e68e871cc09d.tar.gz
dotfiles-c1e6af8b3837447168f7a72e0d30e68e871cc09d.tar.bz2
dotfiles-c1e6af8b3837447168f7a72e0d30e68e871cc09d.zip
More cleanup done and added HLWM rules
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart13
-rw-r--r--herbstluftwm/.config/herbstluftwm/theme.sh4
2 files changed, 9 insertions, 8 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index c93ff15..78e9af8 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -146,15 +146,17 @@ hc set mouse_recenter_gap 1
146 146
147# rules 147# rules
148hc unrule -F 148hc unrule -F
149#hc rule class=XTerm tag=3 # move all xterms to tag 3
150hc rule focus=on # normally focus new clients 149hc rule focus=on # normally focus new clients
151#hc rule focus=off # normally do not focus new clients 150
152# give focus to most common terminals 151#hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on
153#hc rule class~'(.*[Rr]xvt.*|.*[Tt]erm|Konsole)' focus=on
154hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on
155hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on 152hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on
156hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off 153hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off
157 154
155hc rule --class~'(.*[Ss]team.*)' --tag=IX --focus=off
156hc rule --class~'(.*[Hh]exchat.*)' --tag=X --focus=off
157hc rule --class~'(.*[Ss]potify.*)' --tag=X --focus=off
158hc rule --class~'(.*[Ss]kype.*)' --tag=VIII --focus=off
159
158# unlock, just to be sure 160# unlock, just to be sure
159hc unlock 161hc unlock
160 162
@@ -186,5 +188,4 @@ $dir/start.sh "compton --config $HOME/.compton"
186$dir/start.sh "xrdb -load $HOME/.Xresources" 188$dir/start.sh "xrdb -load $HOME/.Xresources"
187$dir/start.sh "xset +fp /usr/share/fonts/local" 189$dir/start.sh "xset +fp /usr/share/fonts/local"
188$dir/start.sh "xset fp rehash" 190$dir/start.sh "xset fp rehash"
189$dir/start.sh "dropboxd"
190#$dir/start.sh "$dir/notify.sh $dir/popup.sh" 191#$dir/start.sh "$dir/notify.sh $dir/popup.sh"
diff --git a/herbstluftwm/.config/herbstluftwm/theme.sh b/herbstluftwm/.config/herbstluftwm/theme.sh
index bcbc6f7..cfc5536 100644
--- a/herbstluftwm/.config/herbstluftwm/theme.sh
+++ b/herbstluftwm/.config/herbstluftwm/theme.sh
@@ -12,7 +12,7 @@ add_alpha_channel(){
12} 12}
13 13
14# Wallpaper 14# Wallpaper
15wallpaper="/home/tom/Pictures/fall1.jpg" 15wallpaper="/home/tom/Pictures/ice.jpg"
16 16
17# Padding 17# Padding
18window_p=20 18window_p=20
@@ -24,7 +24,7 @@ font_sec="-*-stlarch-medium-*-*-*-10-*-*-*-*-*-*-*"
24 24
25# Colors 25# Colors
26color_fg=$(get_x_color 15) 26color_fg=$(get_x_color 15)
27color_accent=$(get_x_color 9) 27color_accent=$(get_x_color 12)
28color_bg=$(get_x_color 0) 28color_bg=$(get_x_color 0)
29 29
30# Alpha Colors for use with bar 30# Alpha Colors for use with bar