summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
Commit message (Collapse)AuthorAge
* motif: init at 2.3.6Ram Kromberg2016-07-28
|
* pekwm: init at 0.1.17AndersonTorres2016-07-09
|
* i3 & xfce modules: add extraSessionCommands for WM-specific user-defined ↵obadz2016-06-19
| | | | | | xsession lines Could be extended to other window managers/desktops as well
* i3-gaps: add as window managerFranz Thoma2016-06-16
| | | | Closes #15917
* bspwm: add _JAVA_AWT_WM_NONREPARENTING=1Mitchell Pleune2016-05-03
| | | | | bspwm is not in java's internal list of non-reparrenting window managers. See https://awesomewm.org/wiki/Problems_with_Java
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * nixos: disable the clfswm window manager moduleJoachim Fasting2016-03-19
| |
| * jwm: window manager module additionJosé Romildo Malaquias2016-03-07
| |
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * exwm service: initBrian McKenna2016-03-06
| |
| * bspwm: add startThroughSession & sessionScript optionMaxwell2016-03-01
| | | | | | | | | | | | | | | | | | Add ability to do a more traditional bspwm startup (using the bspwm-session script provided by nixpkgs.bspwm) as an alternative to directly starting sxhkd & bspwm Also added the ability to specify a custom startup script, instead of relying on the provided bspwm-session
| * Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra2016-03-01
| | | | | | | | | | | | This reverts commit cad8957eabcbf73062226d28366fd446c15c8737. It breaks NixOps, but more importantly, such major changes to the module system really need to be reviewed.
| * x11 service: bspwm limit sxhkd freqencyMitchell Pleune2016-02-29
| | | | | | | | | | | | | | add '-f 100' as an argument to sxhkd to keep it from flooding bspwm add SXHKD_SHELL=/bin/sh to help default to a faster shell than what may be set in $SHELL (example: with zsh)
| * Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel2016-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enforce that an option declaration has a "defaultText" if and only if the type of the option derives from "package", "packageSet" or "nixpkgsConfig" and if a "default" attribute is defined. - Enforce that the value of the "example" attribute is wrapped with "literalExample" if the type of the option derives from "package", "packageSet" or "nixpkgsConfig". - Warn if a "defaultText" is defined in an option declaration if the type of the option does not derive from "package", "packageSet" or "nixpkgsConfig". - Warn if no "type" is defined in an option declaration.
| * openbox: fix copy/paste typo in configBrian McKenna2016-02-24
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|
| * i3service: remove dmenu and i3 from env packagesEric Sagnes2016-02-08
| |
* | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\| | | | | | | Let's get rid of those merge conflicts.
| * i3 service: added i3status and dmenu dependencyEric Sagnes2016-01-19
| |
| * types: remove references to new packageSetRobin Gloster2016-01-17
| | | | | | | | | | | | | | | | | | Reverts part of a04a7272aa38ada45e694281071b720d4abbd0df packageSet is slated to be introduced in #11866 but currently causes evalation errors. /cc @ts468
| * Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | | | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* | treewide: Mass replace 'xorg.libXext}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| |
* | treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
|/
* WindowLab: initial pkg at 1.40Emery2015-12-30
| | | | http://nickgravgaard.com/windowlab/
* Merge pull request #11415 from zenhack/dwm-wmArseniy Seroka2015-12-05
|\ | | | | xserver: dwm as a window manager
| * xserver: dwm as a window managerIan Denhardt2015-12-03
| |
* | Fix evaluation after merge of #11450.Moritz Ulrich2015-12-04
| |
* | Getting rid of mkOption in NixOS window manager modulesAndersonTorres2015-12-04
| | | | | | | | | | | | | | Now the default way to define NixOS window manager modules is to use mkEnableOption to describe the module itself. In this commit, all files on nixos/modules/services/x11/window-managers are changed.
* | wmii.nix: fix module argsTimofei Kushnir2015-12-01
|/
* fix: ihaskell's and xmonad's dependence on haskell-ngLengyel Balázs2015-11-13
|
* Add the CLFSWM window managerRobert Glossop2015-11-08
|
* Revert "i3wm: Add debug & logging options"Arseniy Seroka2015-10-27
|
* i3wm: Add debug & logging optionsGuillaume Maudoux2015-10-26
|
* wmii service: refactor to use wmii_hgKovacsics Robert (NixOS-SSD2)2015-09-03
|
* xserver: qtile as windowManagerKamil Chmielewski2015-07-30
|
* Merge pull request #8994 from AndersonTorres/icewmArseniy Seroka2015-07-26
|\ | | | | IceWM: 1.3.8 -> 1.3.10
| * IceWM: 1.3.8 -> 1.3.10AndersonTorres2015-07-26
| | | | | | | | A complete rewrite in comparision to previous expression.
* | Oroborus: init at 2.0.20AndersonTorres2015-07-23
| | | | | | | | Oroborus (named after the self-eating snake) is a minimalistic window manager.
* | window-manager service: add notionJames Felix Black2015-07-14
|/ | | | Add the notion window manager to the windowManager service definition.
* stumpwm: don't block after starting stumpwmDamien Cassou2015-06-26
| | | | | This is important to let nixos configure everything, e.g., a desktop manager.
* window-managers: add missing import ratpoisonJoachim Fasting2015-04-08
|
* spectrwm window managerWilliam Casarin2015-03-21
|
* Merge pull request #6605 from AndersonTorres/aftersteplethalman2015-03-02
|\ | | | | Adding Afterstep to nixos window manager modules
| * Adding Afterstep to nixos modulesAndersonTorres2015-02-28
| |
* | Fluxbox: update to 1.3.7AndersonTorres2015-02-28
|/
* Sawfish (git): New PackageAndersonTorres2015-02-15
| | | | | | | | | Sawfish is a versatile, Lisp-based window manager In that commit I include all Sawfish stack: - librep, a lisp system; - rep-gtk, bindings for gtk - sawfish, the window manager
* Merge pull request #6072 from AndersonTorres/window-managerslethalman2015-02-10
|\ | | | | Update NixOS module files to include WindowMaker
| * Update NixOS module files to include WindowMakerAndersonTorres2015-02-03
| | | | | | | | | | | | | | According to a hint on NixOS mailing list[1], I updated nixos/modules/services/x11/window-managers/default.nix to include windowmaker. 1 - https://github.com/NixOS/nixpkgs/pull/4066#issuecomment-72017611
* | nixos/xmonad: move to haskell-ng and make a wrapperNikolay Amiantov2015-02-03
|/
* Some lua and awesome improvementsLuca Bruno2014-12-17
| | | | | | - Move lgi to luaPackages - Use luaPackages in awesome and passthru lua - Allow to pass lua modules to the awesome WM so that those can be used in the configuration