38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# // █▀▀ ▄▀█ █▀▄▀█ █▀▀ █▀▄▀█ █▀█ █▀▄ █▀▀
|
|
# // █▄█ █▀█ █░▀░█ ██▄ █░▀░█ █▄█ █▄▀ ██▄
|
|
|
|
# Script from https://wiki.hyprland.org/Configuring/Uncommon-tips--tricks/#toggle-animationsbluretc-hotkey
|
|
|
|
$WORKFLOW_ICON= # this is an indicator that can be parsed by waybar or other status guis
|
|
$WORKFLOW_DESCRIPTION = Emphasis on performance and disabling compositors expensive features
|
|
|
|
decoration {
|
|
shadow {
|
|
enabled = 0
|
|
}
|
|
blur {
|
|
enabled = 0
|
|
xray = 1
|
|
}
|
|
rounding = 0
|
|
active_opacity = 1
|
|
inactive_opacity = 1
|
|
fullscreen_opacity = 1
|
|
}
|
|
|
|
general {
|
|
gaps_in = 0
|
|
gaps_out = 0
|
|
border_size = 1
|
|
}
|
|
|
|
animations:enabled = 0
|
|
|
|
windowrule = opaque true,match:class (.*) # ensure all windows are opaque
|
|
|
|
layerrule {
|
|
name = workflows_gaming
|
|
blur = false
|
|
no_anim = true
|
|
match:namespace = ^(rofi|notifications|swaync-(notification-window|control-center)|logout_dialog|waybar)$
|
|
} |