From d6d83d813d068beac01578dd574d2f1e02fbe5f1 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 2 Jan 2022 17:25:29 -0300 Subject: [PATCH] river: Volver a rivertile --- .config/river/init | 4 ++-- .config/river/keys | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/river/init b/.config/river/init index f456f2a..53c4b95 100755 --- a/.config/river/init +++ b/.config/river/init @@ -30,5 +30,5 @@ riverctl float-filter-add title "Firefox — Sharing Indicator" ~/.config/river/keys -riverctl spawn "pgrep -x stacktile >/dev/null || stacktile --per-tag-config --drop-empty-configs --outer-padding=0 --inner-padding=0 --primary-sublayout=stack" -riverctl default-layout stacktile +riverctl spawn "pgrep -x rivertile >/dev/null || rivertile -outer-padding 0 -view-padding 0" +riverctl default-layout rivertile diff --git a/.config/river/keys b/.config/river/keys index bca5b9e..c26b706 100755 --- a/.config/river/keys +++ b/.config/river/keys @@ -24,10 +24,10 @@ riverctl map normal None Super_L spawn "killall -SIGUSR1 river-tag-overlay" riverctl map normal $mod Return zoom -riverctl map normal $mod H send-layout-cmd stacktile "primary_ratio -0.05" -riverctl map normal $mod L send-layout-cmd stacktile "primary_ratio +0.05" -riverctl map normal $mod+Shift H send-layout-cmd stacktile "primary_count +1" -riverctl map normal $mod+Shift L send-layout-cmd stacktile "primary_count -1" +riverctl map normal $mod H send-layout-cmd rivertile "main-ratio -0.05" +riverctl map normal $mod L send-layout-cmd rivertile "main-ratio +0.05" +riverctl map normal $mod+Shift H send-layout-cmd rivertile "main-count +1" +riverctl map normal $mod+Shift L send-layout-cmd rivertile "main-count -1" riverctl declare-mode move-resize riverctl map normal $mod R enter-mode move-resize @@ -78,11 +78,11 @@ riverctl map normal $mod+Shift 0 set-view-tags $all_tags riverctl map normal $mod Space toggle-float riverctl map normal $mod F toggle-fullscreen -riverctl map normal $mod Up send-layout-cmd stacktile "primary_position top" -riverctl map normal $mod Right send-layout-cmd stacktile "primary_position right" -riverctl map normal $mod Down send-layout-cmd stacktile "primary_position bottom" -riverctl map normal $mod Left send-layout-cmd stacktile "primary_position left" -riverctl map normal $mod M send-layout-cmd stacktile "all_primary toggle" +riverctl map normal $mod Up send-layout-cmd stacktile "main-location top" +riverctl map normal $mod Right send-layout-cmd stacktile "main-location right" +riverctl map normal $mod Down send-layout-cmd stacktile "main-location bottom" +riverctl map normal $mod Left send-layout-cmd stacktile "main-location left" +# riverctl map normal $mod M send-layout-cmd stacktile "all_primary toggle" riverctl declare-mode passthrough riverctl map normal $mod F11 enter-mode passthrough