aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
Commit message (Collapse)AuthorAge
* config.in: update swayidle/swaylock exampleLibravatar Ian Fan2019-01-14
|
* fix typo in config.inLibravatar camoz2018-11-19
|
* fix typo in config.inLibravatar camoz2018-11-19
|
* Add example status_command to default configLibravatar Ryan Dwyer2018-10-08
|
* config.in: nag user on exitLibravatar Ian Fan2018-08-02
|
* Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
| | | | | | | | | When you spawn a process with the exec command, sway now notes the workspace you had focused and the pid of the child process, then assigns that workspace to the child when its window appears. Some of this is carried over from sway 0.15, but with some major refactoring and centralization of state.
* 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