mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -05:00
river: removed background color
This commit is contained in:
parent
0c907e69fc
commit
8ca44f4512
|
@ -315,9 +315,9 @@
|
|||
done
|
||||
|
||||
# Set background and border color
|
||||
riverctl background-color 0x${border_secondary}
|
||||
riverctl background-color 0x00000000
|
||||
riverctl border-color-focused 0x${border_primary}
|
||||
riverctl border-color-unfocused 0x${border_inactive}
|
||||
riverctl border-color-unfocused 0x${border_secondary}
|
||||
|
||||
# Set keyboard repeat rate
|
||||
riverctl set-repeat 50 300
|
||||
|
|
Loading…
Reference in a new issue