Update Picom

This commit is contained in:
The-Repo-Club 2023-08-20 14:59:48 +01:00
parent c018284023
commit 1b8cef6c3b
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
3 changed files with 2 additions and 19 deletions

Binary file not shown.

View File

@ -1,2 +1,2 @@
LastUsed=1692536262
LastUsed=1692540767
Message='Fully Updated'

View File

@ -144,29 +144,12 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
corner-radius = 10
corner-radius = 0
# Exclude conditions for rounded corners.
rounded-corners-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
# Programs
"class_g = 'Dunst'",
"class_g = 'kitty'",
"class_g = 'Alacritty'",
"class_g = 'Polybar'",
"class_g = 'Code'",
"class_g = 'firefox'",
"class_g = 'Nemo'",
"class_g = 'jetbrains-studio'",
"class_g = 'Pavucontrol'",
"class_g = 'discord'",
# Window Manager Stuff
"class_g = 'flexiflow'",
"class_g = 'flexiflowsystray'",
"class_g = 'scratchpad_terminal'",
"class_g = 'Software Management - dnfdragora'",
"QTILE_INTERNAL:32c = 1"
];