summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/awesome.nix
Commit message (Collapse)AuthorAge
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos: Improve awesome wm exampleRomanos Skiadas2021-08-22
| | | | use a useful example instead of a package that doesn't seem to exist
* nixos/awesome: Add noArgb optiontilpner2018-06-13
| | | | | | Add option to disable client transparency support in awesome, which greatly improves performance in my setup (and presumably will in some others).
* awesome: Use --search instead of $LUA_PATH/$LUA_CPATHUli Schlachter2018-01-02
| | | | | | | Instead of polluting the environment with environment variables which are inherited by processes spawned from awesome, use the command line argument "--search" to add things to the search path. cc #33169
* 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
* 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
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Drop environment.x11PackagesEelco Dolstra2013-10-30
| | | | It doesn't do anything useful compared to environment.systemPackages.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10