20250318.1742336578
This commit is contained in:
parent
fa8765d3ab
commit
b5e2a46ab1
7 changed files with 15 additions and 12 deletions
|
@ -32,7 +32,7 @@ mullvad-vpn &
|
|||
caffeine start &
|
||||
|
||||
# compositor
|
||||
picom --config ~/.picom.conf &
|
||||
# picom --config ~/.picom.conf &
|
||||
|
||||
# NetworkManager applet
|
||||
nm-applet &
|
||||
|
|
|
@ -220,8 +220,8 @@ bindsym $mod+r mode "resize"
|
|||
#}
|
||||
|
||||
# default gaps
|
||||
gaps inner 5
|
||||
gaps outer 1
|
||||
gaps inner 0
|
||||
gaps outer 0
|
||||
|
||||
# colors
|
||||
set $bgcolor #523d6499
|
||||
|
@ -235,15 +235,17 @@ set $focused-ws #d79921
|
|||
set $bar-color #523d640D
|
||||
# border background text indicator (a line which shows where the next window will be placed)
|
||||
client.focused $focused-ws $focused-ws $text $indicator
|
||||
client.unfocused $inactive-ws $inactive-ws $in-text $in-bgcolor
|
||||
# client.unfocused $inactive-ws $inactive-ws $in-text $in-bgcolor
|
||||
client.focused_inactive $in-bgcolor $in-bgcolor $in-text $in-bgcolor
|
||||
client.urgent $u-bgcolor $u-bgcolor $text $u-bgcolor
|
||||
|
||||
# window's rules
|
||||
for_window [class="Xfce4-settings-manager"] focus, floating disable
|
||||
for_window [window_role="(?i)GtkFileChooserDialog"] floating enable
|
||||
for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable
|
||||
# for_window [class="net-runelite-client-RuneLite" title="Picture in Picture"] floating enable, sticky enable, move to workspace 1
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
default_floating_border pixel 0
|
||||
|
||||
#p2p firefox for all workspaces
|
||||
for_window [title="Picture-in-Picture"] sticky enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue