diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-01-05 20:20:54 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-01-05 20:20:54 +0100 |
| commit | 2c970bdad9c3844a2e969d79c0f83217860be63c (patch) | |
| tree | 4eaba0de0b21157f67c416435049c41856d86946 /modules/examples | |
| parent | 8e3ae405abd187df38363331cfb80a32eb741146 (diff) | |
examples.lnl: update kwm padding
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index f6833ef..19caec4 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -396,10 +396,13 @@ kwmc config split-ratio 0.5 kwmc config spawn left - kwmc config padding 40 20 20 20 - kwmc config gap 10 10 - kwmc config display 0 padding 28 1 1 1 - kwmc config display 0 gap 2 2 + + kwmc config padding 28 1 1 1 + kwmc config gap 2 2 + kwmc config display 1 padding 40 20 20 20 + kwmc config display 1 gap 10 10 + kwmc config display 2 padding 40 20 20 20 + kwmc config display 2 gap 10 10 kwmc config space 0 1 name main kwmc config space 0 2 name rnd @@ -407,6 +410,7 @@ kwmc config space 0 3 name web kwmc config space 0 3 mode monocle + kwmc config focus-follows-mouse on kwmc config mouse-follows-focus on kwmc config standby-on-float on |
