about summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
Commit message (Collapse)AuthorAge
* qtile: Fix using qtile together with desktopAlexander V. Nikolaev2017-05-31
| | | | | Funny bug, which prevent qtile to co-exists with desktop manager (or program pretending to be DE)
* i3: fix runtime dependenciesEric Sagnes2017-05-10
| | | Fixes #25633.
* Merge pull request #24651 from edanaher/add-fvwm-window-managerAlexey Shmalko2017-04-06
|\ | | | | fvwm module: init; now fvwm can be used as an xserver.windowManager
| * fvwm module: init; now fvwm can be used as an xserver.windowManagerEvan Danaher2017-04-05
| |
* | 2bwm: init at 0.2sternenseemann2017-03-30
|/
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* herbstluftwm module: add configFile optionAnders Papitto2017-02-21
| | | | based on the equivalent for i3
* Merge pull request #20385 from ericsagnes/feat/i3-refactorJoachim F2016-11-23
|\ | | | | i3 module: refactor
| * i3 module: refactorEric Sagnes2016-11-14
| |
* | bspwm module: refactorEric Sagnes2016-11-14
|/
* bspwm-unstable: init at 2016-09-30Chris Darnell2016-10-16
|
* awesome: fix LUA_PATH for luaModulesJörg Thalheim2016-09-18
| | | | | lua modules can be also within share/ within a package. Previously only lib/ was included
* treewide: Fix output references to gnome.GConfTuomas Tynkkynen2016-08-23
|
* treewide: Use makeLibraryPath in LD_LIBRARY_PATHsTuomas Tynkkynen2016-08-23
|
* 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