AwesomeWM: Disable picom compositor
led to freezes & degraded performance after some time
This commit is contained in:
parent
6c225f12c0
commit
675c0c32c8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
local autostart = {}
|
local autostart = {}
|
||||||
|
|
||||||
function autostart.exec(awful)
|
function autostart.exec(awful)
|
||||||
awful.spawn.with_shell("picom --backend glx --xrender-sync-fence --vsync")
|
-- awful.spawn.with_shell("picom --backend glx --xrender-sync-fence --vsync")
|
||||||
-- awful.spawn.with_shell("nitrogen --restore")
|
-- awful.spawn.with_shell("nitrogen --restore")
|
||||||
awful.spawn.with_shell("redshift -x &&redshift -O 3500")
|
awful.spawn.with_shell("redshift -x &&redshift -O 3500")
|
||||||
-- awful.spawn.with_shell("/usr/lib/polkit-kde-authentication-agent-1")
|
-- awful.spawn.with_shell("/usr/lib/polkit-kde-authentication-agent-1")
|
||||||
|
|
Loading…
Reference in a new issue