summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11/xautolock.nix
AgeCommit message (Collapse)Author
2019-08-28Merge staging-next into stagingFrederik Rietdijk
2019-08-26treewide: remove redundant quotesvolth
2019-08-05mass replace "flip map -> forEach"danbst
See `forEach`-introduction commit. ``` rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g' ```
2019-08-05Revert "mass replace "flip map -> foreach""danbst
This reverts commit 3b0534310c89d04fc3a9c5714b5a4d0f9fb0efca.
2019-07-14mass replace "flip map -> foreach"danbst
See `foreach`-introduction commit. ``` rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /foreach /g' ```
2019-02-09nixos/xautolock: improve doc of time parameerLorenzo
Specify that the `time` parameter expresses minutes.
2018-01-31nixos/xautolock: fix default defaults/examples, add assertionsWilliButz
see issue #34371
2017-10-10nixos/xautolock: rewrite and add some optionsWilliButz
2017-05-09services.xserver.xautolock: add moduleMaximilian Bosch