summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-09-17 13:40:18 -0700
committerBen Sima <ben@bsima.me>2018-09-17 13:40:18 -0700
commit2b90c65225a3d7154fca2e9a723c2f5fe5ec06b8 (patch)
treefbcd63eaa7ac8de9980c1719d63ccd57d9da3f32 /home.nix
parent2acd8bb1d03fa872561e01770a7c8afea13f7a6a (diff)
Update xmonad with ewmh stuff
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index e40b4bb..61ce8db 100644
--- a/home.nix
+++ b/home.nix
@@ -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