From 724cbe26db119ed5823d40efa4de10592bdc85cb Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 20 Apr 2024 12:44:53 +0200 Subject: [PATCH] compositor: Update river configuration for version 0.3.0 --- modules/graphical/compositor/default.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/graphical/compositor/default.nix b/modules/graphical/compositor/default.nix index 603379bb..b8ce870c 100644 --- a/modules/graphical/compositor/default.nix +++ b/modules/graphical/compositor/default.nix @@ -72,8 +72,8 @@ let riverctl map normal Super H focus-output next riverctl map normal Super L focus-output previous - riverctl map normal Super+Shift H send-to-output next - riverctl map normal Super+Shift L send-to-output previous + riverctl map normal Super+Shift H send-to-output -current-tags next + riverctl map normal Super+Shift L send-to-output -current-tags previous riverctl map normal Super F zoom riverctl map normal Super+Shift F toggle-fullscreen @@ -133,14 +133,16 @@ let riverctl map normal Shift Print spawn '${screenshot}/bin/screenshot -r' riverctl map normal Alt+Shift Print spawn '${screenshot}/bin/screenshot -r -d' - riverctl float-filter-add app-id launcher - riverctl float-filter-add app-id be.ugent.objprog.ugentopoly.Ugentopoly - riverctl float-filter-add title "Quick Format Citation" + riverctl rule-add -app-id launcher float + riverctl rule-add -app-id be.ugent.objprog.ugentopoly.Ugentopoly float + riverctl rule-add -title "Quick Format Citation" float + + riverctl rule-add ssd riverctl default-layout rivertile rivertile -view-padding 0 -outer-padding 0 & - riverctl attach-mode bottom + riverctl default-attach-mode bottom riverctl background-color 0xacb0be riverctl border-color-focused 0x04e5e5 riverctl border-color-unfocused 0xdce0e8