summary refs log tree commit diff
path: root/nixos/tests/i3wm.nix
Commit message (Collapse)AuthorAge
* nixos/display-managers/auto: removeworldofpeace2020-01-29
| | | | | | | | This module allows root autoLogin, so we would break that for users, but they shouldn't be using it anyways. This gives the impression like auto is some special display manager, when it's just lightdm and special pam rules to allow root autoLogin. It was created for NixOS's testing so I believe this is where it belongs.
* nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2019-12-15
| | | | | | | | | | | The upstream session files display managers use have no concept of sessions being composed from desktop manager and window manager. To be able to set upstream session files as default session, we need a single option. Having two different ways to set default session would be confusing, though, so we decided to deprecate the old method. We also created separate script for each session, just like we already had a separate desktop file for each one, and started using displayManager.sessionPackages mechanism to make the session handling more uniform.
* nixos/tests/i3wm: port to pythonx1232019-12-03
|
* nixos/tests/i3wm: fix terminal titleTor Hedin Brønner2018-12-09
| | | | Probably due to #51678 which makes bash set the terminal title.
* nixos/tests/i3wm: prevent non-deterministic failure (#45759)xeji2018-08-29
| | | | Test failed sporadically on Hydra, probably due to timing issues. These changes should make that less likely to occur.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* Fix X11 tests broken by the removal of -acEelco Dolstra2016-04-12
| | | | | Probably missed a few. Also adding xauth to the system path (it was already in the closure).
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos: Add VM test for i3 window manager.aszlig2015-03-05
Currently just makes sure that by default it's possible to open a terminal. And exactly this should be the main point that might confuse users of i3 in NixOS, because i3 doesn't print a warning/error if it is unable to start the terminal emulator. Thanks to @waaaaargh for reporting this issue. Signed-off-by: aszlig <aszlig@redmoonstudios.org>