21 lines
603 B
Plaintext
21 lines
603 B
Plaintext
# // █▀▀ █▀▄ █ ▀█▀ █▀█ █▀█
|
|
# // ██▄ █▄▀ █ ░█░ █▄█ █▀▄
|
|
|
|
$WORKFLOW_ICON=
|
|
$WORKFLOW_DESCRIPTION = Best for writing and editing // Disables xray and blur that might affect color picking/contrast
|
|
|
|
|
|
decoration {
|
|
blur:enabled = 1
|
|
active_opacity = 1
|
|
inactive_opacity = 1
|
|
fullscreen_opacity = 1
|
|
fullscreen_opacity = 1
|
|
}
|
|
|
|
windowrule = opaque,class:(.*) # ensure all windows are opaque
|
|
|
|
layerrule = blur,waybar
|
|
layerrule = blur,dunst
|
|
layerrule = blur,swaync-notification-window
|
|
layerrule = blur,rofi |