We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by mhdraihandzakyxd April 24, 2022 Hi @mhdraihandzakyxd
I hope this works as expected. So, from
dotfiles/.config/picom.conf
Lines 47 to 64 in bdf9c9d
corner-radius = 8;
rounded-corners-exclude = [ "name *= 'rofi'", "name *= 'screenkey'", "name *= 'tint2'", "class_g = 'Conky'", "class_g = 'GLava'", "window_type = 'dock'", "window_type = 'desktop'",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "_GTK_FRAME_EXTENTS@:c"
]; Add a second EWMH property to exclude windows when maximized.
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_MAXIMIZED_VERT'",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_MAXIMIZED_VERT'", "_GTK_FRAME_EXTENTS@:c"
]; How can I find these properties?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in https://github.com/mhdraihandzakyxd/muhammaddzaky/discussions/17
Originally posted by mhdraihandzakyxd April 24, 2022
Hi @mhdraihandzakyxd
I hope this works as expected.
So, from
dotfiles/.config/picom.conf
Lines 47 to 64 in bdf9c9d
CORNERS
---
Sets the radius of rounded window corners.
When > 0, the compositor will round the corners of windows.
corner-radius = 8;
Exclude conditions for rounded corners.
rounded-corners-exclude = [
"name *= 'rofi'",
"name *= 'screenkey'",
"name *= 'tint2'",
"class_g = 'Conky'",
"class_g = 'GLava'",
"window_type = 'dock'",
"window_type = 'desktop'",
"window_type = 'tooltip'",
];
Add a second EWMH property to exclude windows when maximized.
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_MAXIMIZED_VERT'",
CORNERS
---
Sets the radius of rounded window corners.
When > 0, the compositor will round the corners of windows.
corner-radius = 8;
Exclude conditions for rounded corners.
rounded-corners-exclude = [
"name *= 'rofi'",
"name *= 'screenkey'",
"name *= 'tint2'",
"class_g = 'Conky'",
"class_g = 'GLava'",
"window_type = 'dock'",
"window_type = 'desktop'",
"window_type = 'tooltip'",
];
How can I find these properties?
The text was updated successfully, but these errors were encountered: