mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-01 13:54:22 +02:00
start: don't try to start xcompmgr
compton takes some time to start and meanwhile, xcompmgr will be started...
This commit is contained in:
parent
d654f1e874
commit
712c1f3362
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
-- Spawn a composoting manager
|
||||
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