diff options
author | Ben Sima <ben@bsima.me> | 2018-09-17 13:40:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-09-17 13:40:18 -0700 |
commit | 2b90c65225a3d7154fca2e9a723c2f5fe5ec06b8 (patch) | |
tree | fbcd63eaa7ac8de9980c1719d63ccd57d9da3f32 /home.nix | |
parent | 2acd8bb1d03fa872561e01770a7c8afea13f7a6a (diff) |
Update xmonad with ewmh stuff
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -120,6 +120,12 @@ in adapter = "AC"; full-at = 99; }; + "module/ewmh" = { + type = "internal/xworkspaces"; + pin-workspaces = true; + enable-click = true; + enable-scroll = false; + }; }; script = '' #!/usr/bin/env sh |