DSK, i3: Slight polish, disable Conky wttr
This commit is contained in:
parent
d487b99264
commit
c88e7a367f
@ -43,10 +43,10 @@ esac
|
||||
# Background setting
|
||||
if [ -f "~/.fehbg" ] && command -v feh; then
|
||||
~/.fehbg &
|
||||
elif command -v hsetroot > /dev/null 2>&1; then
|
||||
hsetroot -solid "#383c4a" -tile "$HOME/.wptile" -center "$HOME/.wpcenter" &
|
||||
elif command -v nitrogen > /dev/null 2>&1; then
|
||||
nitrogen --restore &
|
||||
elif command -v hsetroot > /dev/null 2>&1; then
|
||||
hsetroot -solid "#383c4a" -tile "$HOME/.wptile" -center "$HOME/.wpcenter" &
|
||||
fi
|
||||
|
||||
if [ -z "$DSK_FLAG_HASRESTARTED" ]; then
|
||||
|
0
.config/dsk/run/conky-wttr
Executable file → Normal file
0
.config/dsk/run/conky-wttr
Executable file → Normal file
@ -51,17 +51,21 @@ new_window pixel 2
|
||||
for_window [class=".*"] border pixel 2
|
||||
for_window [class=".*"] title_format "%title"
|
||||
|
||||
# Miscellaneous window rules
|
||||
# WS1 - Web browsing
|
||||
for_window [class="Firefox"] move to workspace $w1
|
||||
for_window [class="Firefox-esr"] move to workspace $w1
|
||||
for_window [class="Waterfox" ] move to workspace $w1
|
||||
# WS2 - Games/misc
|
||||
for_window [class="Steam" ] move to workspace $w2
|
||||
# WS7 - Feeds
|
||||
for_window [class="Liferea" ] move to workspace $w7
|
||||
for_window [class="Thunderbird" ] move to workspace $w7
|
||||
# WS8 - Recreation/chats
|
||||
for_window [class="discord"] move to workspace $w8
|
||||
for_window [class="Spotify"] move to workspace $w8
|
||||
for_window [class="Audacious"] move to workspace $w8
|
||||
|
||||
# Miscellaneous window rules
|
||||
for_window [title="Minecraft 1.7.10"] fullscreen enable
|
||||
for_window [title="Minecraft 1.12.2"] fullscreen enable
|
||||
for_window [title="hl2_linux" ] fullscreen enable
|
||||
@ -69,7 +73,6 @@ for_window [class="explorer.exe"] fullscreen enable
|
||||
for_window [class="plasmashell"] kill, floating enable, border none
|
||||
for_window [class="pavucontrol-qt"] floating enable, sticky enable
|
||||
for_window [class="Pavucontrol"] floating enable, sticky enable
|
||||
|
||||
no_focus [class="Conky"]
|
||||
no_focus [class="plasmashell"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user