about summary refs log tree commit diff
path: root/nixos/tests/i3wm.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-08treewide: rename renamed sddm/displayManager settingsSandro Jäckel1-1/+1
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-01-29nixos/display-managers/auto: removeworldofpeace1-1/+1
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 Tojnar1-1/+1
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 pythonx1231-20/+31
2018-12-09nixos/tests/i3wm: fix terminal titleTor Hedin Brønner1-1/+1
Probably due to #51678 which makes bash set the terminal title.
2018-08-29nixos/tests/i3wm: prevent non-deterministic failure (#45759)xeji1-4/+6
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 lambdasvolth1-2/+2
2016-04-12Fix X11 tests broken by the removal of -acEelco Dolstra1-0/+2
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 Schiele1-2/+5
2015-03-05nixos: Add VM test for i3 window manager.aszlig1-0/+28
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>