From 53c6373b00c3f0f9b0daff4a569f484cb273dce0 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 8 Oct 2022 18:02:38 +0200 Subject: [PATCH] riverwm: Fix rivercarro and brightness on launch Automatically set brightness to 70% on startup. Fixed options passed to rivercarro tiling manager (for current rivercarro version, will have to be changed in future again). --- wayland/.config/river/init | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wayland/.config/river/init b/wayland/.config/river/init index ee0b9cd..010d5e5 100755 --- a/wayland/.config/river/init +++ b/wayland/.config/river/init @@ -57,7 +57,7 @@ riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu" riverctl map normal $mod+Shift R spawn "$term --class float -e qalc" # Open emoji picker -riverctl map normal $mod+Shift E spawn "bemoji -t" +riverctl map normal $mod+Shift E spawn "bemoji -nt" # Open translation helper riverctl map normal $mod+Shift T spawn "bemenu-translate" @@ -240,5 +240,6 @@ exec wl-paste -t text --watch clipman store & riverctl default-layout rivercarro & # start layouting engine killall rivercarro -exec rivercarro -main-ratio 0.65 -view-padding 6 -outer-padding 6 & -# brightnessctl set 100% +exec rivercarro -main-ratio 0.65 & +# exec rivercarro -main-ratio 0.65 -view-padding 6 -outer-padding 6 & # -> does not work with current rivercarro version (0.1.4) +brightnessctl set 70%