summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/bspwm.nix
Commit message (Collapse)AuthorAge
* 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
* 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)
* 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.
* Add the bspwm window manager to Nix.Matt Miemiec2014-08-12