mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
systemd: tentative to manage session with systemd
To me, I think it was cleaner to have a parameter with the current display. This way, the session is specific to the current display. It seems BindsTo doesn't think this way.
This commit is contained in:
parent
d5b72851ec
commit
ae691bb025
20 changed files with 132 additions and 82 deletions
|
@ -19,11 +19,6 @@ Here some of the things you may be interested in:
|
|||
- It is modular. I am using `config` as a table to pass different
|
||||
things between "modules".
|
||||
|
||||
- In `rc/xrun.lua`, there is a `xrun` function which runs a program
|
||||
only if it is not already running. Instead of relying on tools like
|
||||
`ps`, it looks at the list of awesome clients and at the list of
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue