diff options
| -rw-r--r-- | modules/examples/lnl.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 71c8564..199c38a 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -416,10 +416,12 @@ kwmc config space 0 2 name rnd kwmc config space 0 3 mode monocle kwmc config space 0 3 name web - kwmc config space 0 3 mode monocle + kwmc config space 1 1 name rnd + kwmc config space 1 1 mode monocle + kwmc config space 2 1 name web - kwmc config focus-follows-mouse on + kwmc config focus-follows-mouse off kwmc config mouse-follows-focus on kwmc config standby-on-float on kwmc config center-on-float on |
