summaryrefslogtreecommitdiffstats
path: root/nixos/tests/i3wm.nix
AgeCommit message (Collapse)Author
2020-01-29nixos/display-managers/auto: removeworldofpeace
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.
2019-12-15nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar
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.
2019-12-03nixos/tests/i3wm: port to pythonx123
2018-12-09nixos/tests/i3wm: fix terminal titleTor Hedin Brønner
Probably due to #51678 which makes bash set the terminal title.
2018-08-29nixos/tests/i3wm: prevent non-deterministic failure (#45759)xeji
Test failed sporadically on Hydra, probably due to timing issues. These changes should make that less likely to occur.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2016-04-12Fix X11 tests broken by the removal of -acEelco Dolstra
Probably missed a few. Also adding xauth to the system path (it was already in the closure).
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele
2015-03-05nixos: Add VM test for i3 window manager.aszlig
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>