feat: kile gaps

main
Ricard Illa 2023-08-13 21:02:39 +02:00
parent 0e81b3822d
commit 47c5f29379
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,9 @@ in {
${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 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
${riverctl} map normal Super+Control K send-layout-cmd kile "layout up"
${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 C send-layout-cmd kile "layout cols"
${riverctl} map normal Super+Shift Space send-layout-cmd kile "layout default"
${riverctl} send-layout-cmd kile "padding 5"
'';
};
};