Revert "river: Volver a rivertile"

This reverts commit d6d83d813d.
This commit is contained in:
Cat /dev/Nulo 2022-01-17 19:28:07 -03:00
parent 19d0b78e9d
commit d763c6b61c
2 changed files with 11 additions and 11 deletions

View file

@ -30,5 +30,5 @@ riverctl float-filter-add title "Firefox — Sharing Indicator"
~/.config/river/keys
riverctl spawn "pgrep -x rivertile >/dev/null || rivertile -outer-padding 0 -view-padding 0"
riverctl default-layout rivertile
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

View file

@ -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 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 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 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 "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 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 declare-mode passthrough
riverctl map normal $mod F11 enter-mode passthrough