mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 01:34:21 +02:00
start: run compton instead of xcompmgr if available
It is a more up-to-date and maintained version of xcompmgr. Let's test it for a bit.
This commit is contained in:
parent
82b605783c
commit
ebfdad5021
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ if xrandr[config.hostname] then
|
|||
end
|
||||
|
||||
-- Spawn a composoting manager
|
||||
awful.util.spawn("xcompmgr", false)
|
||||
awful.util.spawn("compton", false)
|
||||
awful.util.spawn("xcompmgr", false) -- Will fail if compton has been started
|
||||
|
||||
-- Start idempotent commands
|
||||
local execute = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue