From 47c5f29379be96abc8f5fefaf93e57d1f99c9e4b Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 13 Aug 2023 21:02:39 +0200 Subject: [PATCH] feat: kile gaps --- modules/home-manager/desktop-river/kile/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" ''; }; };