diff options
Diffstat (limited to 'herbstluftwm')
| -rwxr-xr-x | herbstluftwm/.config/herbstluftwm/autostart | 13 | ||||
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/theme.sh | 4 |
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 |
| 148 | hc unrule -F | 148 | hc unrule -F |
| 149 | #hc rule class=XTerm tag=3 # move all xterms to tag 3 | ||
| 150 | hc rule focus=on # normally focus new clients | 149 | hc 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 | ||
| 154 | hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on | ||
| 155 | hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on | 152 | hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on |
| 156 | hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off | 153 | hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off |
| 157 | 154 | ||
| 155 | hc rule --class~'(.*[Ss]team.*)' --tag=IX --focus=off | ||
| 156 | hc rule --class~'(.*[Hh]exchat.*)' --tag=X --focus=off | ||
| 157 | hc rule --class~'(.*[Ss]potify.*)' --tag=X --focus=off | ||
| 158 | hc rule --class~'(.*[Ss]kype.*)' --tag=VIII --focus=off | ||
| 159 | |||
| 158 | # unlock, just to be sure | 160 | # unlock, just to be sure |
| 159 | hc unlock | 161 | hc 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 |
| 15 | wallpaper="/home/tom/Pictures/fall1.jpg" | 15 | wallpaper="/home/tom/Pictures/ice.jpg" |
| 16 | 16 | ||
| 17 | # Padding | 17 | # Padding |
| 18 | window_p=20 | 18 | window_p=20 |
| @@ -24,7 +24,7 @@ font_sec="-*-stlarch-medium-*-*-*-10-*-*-*-*-*-*-*" | |||
| 24 | 24 | ||
| 25 | # Colors | 25 | # Colors |
| 26 | color_fg=$(get_x_color 15) | 26 | color_fg=$(get_x_color 15) |
| 27 | color_accent=$(get_x_color 9) | 27 | color_accent=$(get_x_color 12) |
| 28 | color_bg=$(get_x_color 0) | 28 | color_bg=$(get_x_color 0) |
| 29 | 29 | ||
| 30 | # Alpha Colors for use with bar | 30 | # Alpha Colors for use with bar |
