feat: kile gaps
parent
0e81b3822d
commit
47c5f29379
|
@ -42,6 +42,9 @@ in {
|
||||||
${riverctl} map normal Super Comma send-layout-cmd kile "mod-main-count +1"
|
${riverctl} map normal Super Comma send-layout-cmd kile "mod-main-count +1"
|
||||||
${riverctl} map normal Super Period send-layout-cmd kile "mod-main-count -1"
|
${riverctl} map normal Super Period send-layout-cmd kile "mod-main-count -1"
|
||||||
|
|
||||||
|
${riverctl} map normal Super G send-layout-cmd kile "padding 5"
|
||||||
|
${riverctl} map normal Super+Shift G send-layout-cmd kile "padding 0"
|
||||||
|
|
||||||
# Super+{Up,Right,Down,Left} to change layout orientation
|
# Super+{Up,Right,Down,Left} to change layout orientation
|
||||||
${riverctl} map normal Super+Control K send-layout-cmd kile "layout up"
|
${riverctl} map normal Super+Control K send-layout-cmd kile "layout up"
|
||||||
${riverctl} map normal Super+Control J send-layout-cmd kile "layout down"
|
${riverctl} map normal Super+Control J send-layout-cmd kile "layout down"
|
||||||
|
@ -52,6 +55,8 @@ in {
|
||||||
${riverctl} map normal Super+Control W send-layout-cmd kile "layout wide"
|
${riverctl} map normal Super+Control W send-layout-cmd kile "layout wide"
|
||||||
${riverctl} map normal Super+Control C send-layout-cmd kile "layout cols"
|
${riverctl} map normal Super+Control C send-layout-cmd kile "layout cols"
|
||||||
${riverctl} map normal Super+Shift Space send-layout-cmd kile "layout default"
|
${riverctl} map normal Super+Shift Space send-layout-cmd kile "layout default"
|
||||||
|
|
||||||
|
${riverctl} send-layout-cmd kile "padding 5"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue