mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
compton: freezes fix
This commit is contained in:
parent
6f971ccc6e
commit
de35d3c62a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ client.background #ffffff
|
|||
gaps inner 30
|
||||
|
||||
# exec --no-startup-id compton -cfb -D 5 --shadow-exclude '_NET_WM_NAME@:s = "rofi"' -o 0.5
|
||||
exec --no-startup-id compton -cb --shadow-exclude '_NET_WM_NAME@:s = "rofi"' -o 1 --shadow-exclude 'x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' --backend glx --vsync opengl
|
||||
exec --no-startup-id compton -cb --shadow-exclude '_NET_WM_NAME@:s = "rofi"' -o 1 --shadow-exclude 'x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' --backend glx --vsync opengl-swc --unredir-if-possible
|
||||
|
||||
exec --no-startup-id polybar top
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue