diff --git a/modules/home-manager/desktop-river/kile/default.nix b/modules/home-manager/desktop-river/kile/default.nix index 65bbaab..37efa81 100644 --- a/modules/home-manager/desktop-river/kile/default.nix +++ b/modules/home-manager/desktop-river/kile/default.nix @@ -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" ''; }; };