i3: Add rule for Liferea
I think it's caught up with bspwm now Don't quote me on that
This commit is contained in:
parent
7d225a77f1
commit
ab1d084836
@ -54,6 +54,7 @@ for_window [class=".*"] title_format "%title"
|
|||||||
# Miscellaneous window rules
|
# Miscellaneous window rules
|
||||||
for_window [class="Firefox"] move to workspace $w1
|
for_window [class="Firefox"] move to workspace $w1
|
||||||
for_window [class="Firefox-esr"] move to workspace $w1
|
for_window [class="Firefox-esr"] move to workspace $w1
|
||||||
|
for_window [class="Liferea" ] move to workspace $w6
|
||||||
for_window [class="discord"] move to workspace $w7
|
for_window [class="discord"] move to workspace $w7
|
||||||
for_window [class="Spotify"] move to workspace $w8
|
for_window [class="Spotify"] move to workspace $w8
|
||||||
|
|
||||||
|
@ -253,6 +253,44 @@ interval = 3600
|
|||||||
|
|
||||||
exec = hostname
|
exec = hostname
|
||||||
|
|
||||||
|
[module/i3]
|
||||||
|
type = internal/i3
|
||||||
|
format = <label-state>
|
||||||
|
enable-scroll = false
|
||||||
|
pin-workspaces = true
|
||||||
|
|
||||||
|
label-focused = %name%
|
||||||
|
label-focused-padding = ${res/config.padding}
|
||||||
|
label-focused-foreground = ${res/colors.mod-wm}
|
||||||
|
label-focused-font = 2
|
||||||
|
|
||||||
|
label-dimmed-overline = ${res/colors.background}
|
||||||
|
label-dimmed-underline = ${self.label-dimmed-overline}
|
||||||
|
|
||||||
|
label-occupied = ${self.label-focused}
|
||||||
|
label-occupied-padding = ${res/config.padding}
|
||||||
|
label-occupied-font = 2
|
||||||
|
|
||||||
|
label-urgent = ${self.label-focused}
|
||||||
|
label-urgent-padding = ${res/config.padding}
|
||||||
|
label-urgent-foreground = ${res/colors.alert}
|
||||||
|
label-urgent-font = 2
|
||||||
|
|
||||||
|
label-empty = ${self.label-focused}
|
||||||
|
label-empty-padding = ${res/config.padding}
|
||||||
|
label-empty-foreground = ${res/colors.foreground-dark}
|
||||||
|
label-empty-font = 3
|
||||||
|
|
||||||
|
[module/i3-mode]
|
||||||
|
type = internal/i3
|
||||||
|
format = <label-mode>
|
||||||
|
format-prefix = "i3: "
|
||||||
|
format-prefix-foreground = ${res/colors.wm}
|
||||||
|
# Just in case
|
||||||
|
enable-scroll = false
|
||||||
|
|
||||||
|
label-mode = %mode%
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
format = <label>
|
format = <label>
|
||||||
|
Loading…
Reference in New Issue
Block a user