feat: fixed columns layout for kile
parent
9f3cd35de6
commit
9a7a73e3e0
|
@ -11,6 +11,7 @@ let
|
||||||
deck_layout = "Deck deck";
|
deck_layout = "Deck deck";
|
||||||
full_layout = "Full full";
|
full_layout = "Full full";
|
||||||
wide_layout = "Wide ((v: h h h) 1 0.5 1)";
|
wide_layout = "Wide ((v: h h h) 1 0.5 1)";
|
||||||
|
column_layout = "Cols (v: v)";
|
||||||
default_layout = left_layout;
|
default_layout = left_layout;
|
||||||
|
|
||||||
riverctl = "${pkgs.river}/bin/riverctl";
|
riverctl = "${pkgs.river}/bin/riverctl";
|
||||||
|
@ -54,6 +55,7 @@ in {
|
||||||
${riverctl} map normal Super+Control D send-layout-cmd ${kile_namespace} "focused ${deck_layout}"
|
${riverctl} map normal Super+Control D send-layout-cmd ${kile_namespace} "focused ${deck_layout}"
|
||||||
${riverctl} map normal Super+Control F send-layout-cmd ${kile_namespace} "focused ${full_layout}"
|
${riverctl} map normal Super+Control F send-layout-cmd ${kile_namespace} "focused ${full_layout}"
|
||||||
${riverctl} map normal Super+Control W send-layout-cmd ${kile_namespace} "focused ${wide_layout}"
|
${riverctl} map normal Super+Control W send-layout-cmd ${kile_namespace} "focused ${wide_layout}"
|
||||||
|
${riverctl} map normal Super+Control C send-layout-cmd ${kile_namespace} "focused ${column_layout}"
|
||||||
${riverctl} map normal Super+Shift Space send-layout-cmd ${kile_namespace} "focused ${default_layout}"
|
${riverctl} map normal Super+Shift Space send-layout-cmd ${kile_namespace} "focused ${default_layout}"
|
||||||
|
|
||||||
${riverctl} default-layout ${kile_namespace}
|
${riverctl} default-layout ${kile_namespace}
|
||||||
|
|
Loading…
Reference in New Issue