aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/services/window-managers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sway: set bar defaults to nullAlex Rice2020-08-262-0/+36
| | | | | | | | Allows fields of bar to be nullable and omit them from the generated configuration if unset. Fixes #1361 PR #1386
* sway: add default testAlex Rice2020-08-253-0/+151
|
* sway: focus.followMouse supports yes/no/alwaysCole Mickens2020-07-178-1/+404
| | | | | | Also add associated tests for both Sway and i3. PR #1231
* Apply `nixfmt` on many filesRobert Helgesson2020-02-022-20/+10
|
* tests: clean up testsRobert Helgesson2020-01-263-0/+3
| | | | | | - Move all module tests to their own directories. - Avoid duplication of `// import`.
* i3: update default i3 key bindingsMichael Hoang2019-12-311-18/+23
| | | | | | | | Update to match the default i3 key bindings https://github.com/i3/i3/blob/master/etc/config PR #957
* tests: fix i3-keybindings testNikita Uvarov2019-10-281-0/+1
|
* tests: reduce number of downloadsRobert Helgesson2019-10-262-8/+117
| | | | | | This replaces some derivation outputs by simple strings rather than full Nix store paths. This removes the need to download the whole derivation when all we need is a static string.
* i3: add test of keybinding merge logicRobert Helgesson2019-01-141-0/+34