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).
This commit is contained in:
parent
7a18bc4a21
commit
53c6373b00
1 changed files with 4 additions and 3 deletions
|
@ -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%
|
||||
|
|
Loading…
Reference in a new issue