summaryrefslogtreecommitdiffstats
path: root/config.in
Commit message (Collapse)AuthorAge
* Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
| | | | | | | | | Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541
* Implement resize commandLibravatar Drew DeVault2018-04-05
|
* add meson install filesLibravatar Tony Crisci2017-11-30
|
* Install wallpapers in DATADIR/backgrounds/swayLibravatar Andrew Conrad2017-06-14
|
* Update config.inLibravatar Drew DeVault2017-04-30
| | | | | swaymsg -t get_inputs now pretty prints its output, so this warning is obsolete
* Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIRLibravatar Wouter van Kesteren2016-12-17
| | | | | | | | Exherbo installs architecture dependent data in a different place than architecture independent data. More concretely: binaries go in /usr/$chost/{bin,lib}, data goes in /usr/share and configs in /etc, /etc is already configurable through CMAKE_INSTALL_FULL_SYSCONFDIR but the datadir was not. This patch fixes it so that things can be pushed in the right places.
* Run config files through sed and install to /etcLibravatar Drew DeVault2016-12-02
|
* Implement permit and reject commandsLibravatar Drew DeVault2016-12-01