Skip to content
Snippets Groups Projects
Commit cc543d56 authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Updated config to allow for firefox 'picture-in-picture' window to float by...

Updated config to allow for firefox 'picture-in-picture' window to float by defauly and not dim when out of focus
parent 396ee5fc
Branches
No related merge requests found
......@@ -230,7 +230,9 @@ bindsym XF86AudioPrev exec playerctl previous
# Calculator Button
bindsym XF86Calculator exec kcalc
for_window [class="KCalc"] floating enable
for_window [class="(?i)KCalc"] floating enable
for_window [app_id="(?i)KCalc"] floating enable
# Manage Screen Brightness
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
......
corner_radius 10
# Adjust unfocussed Windows
default_dim_inactive 0.5
default_dim_inactive 0.50
dim_inactive_colors.unfocused #00000088
dim_inactive_colors.urgent #90000088
for_window [app_id="(?i)firefox" title="^Picture-in-Picture$"] \
floating enable, \
dim_inactive 0.00, \
sticky enable, \
width 100
# Bar between titlebar and content
titlebar_separator disable
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment