diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-05-20 13:15:19 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-05-20 13:15:19 +0200 |
| commit | e95b40bf4ccb72eb19026cc30486af858191a499 (patch) | |
| tree | 43365be329e5d1717c5579675d4a69f70e9a68d8 /modules/examples | |
| parent | 2fda5848bb5d3aac3b89fffa1523536839acd785 (diff) | |
lnl: update khd/kwm config
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index bb3f0a2..bc91cac 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -301,7 +301,7 @@ user = LnL7 ''; - environment.etc."per-user/lnl/khdrc".text = '' + services.khd.khdConfig = '' # remap left-control h/j/k/l -> arrow keys lctrl - h [Safari] : khd -p "- left" lctrl - j [Safari] : khd -p "- down" @@ -528,7 +528,7 @@ tree + shift - o : kwmc window -s next ''; - environment.etc."per-user/lnl/kwm/kwmrc".text = '' + services.kwm.kwmConfig = '' kwmc config tiling bsp kwmc config split-ratio 0.5 kwmc config spawn left |
