mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
start: use xcompmgr instead of unagi
unagi seems still a bit buggy and slow.
This commit is contained in:
parent
026c03dd8b
commit
e93cb758eb
2 changed files with 2 additions and 3 deletions
|
@ -18,8 +18,7 @@ Here some of the things you may be interested in:
|
|||
`ps`, it looks at the list of the connected clients with
|
||||
`xwininfo`. Seems reliable.
|
||||
- I use a light transparency effect to tell if a window has the focus
|
||||
or not. It needs a composite manager. I have chosen `unagi` for
|
||||
this (packaged in Debian).
|
||||
or not. It needs a composite manager.
|
||||
- I use a Python script `bin/build-wallpaper` to build the wallpaper
|
||||
to be displayed. There is a random selection and it works with
|
||||
multihead setup. It seems that classic tools are now able to change
|
||||
|
|
|
@ -18,7 +18,7 @@ if xrandr[config.hostname] then
|
|||
end
|
||||
|
||||
-- Spawn a composoting manager
|
||||
awful.util.spawn("unagi", false)
|
||||
awful.util.spawn("xcompmgr", false)
|
||||
|
||||
-- Start idempotent commands
|
||||
local execute = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue