commit bd63ea2ba64a9a26fbaaf37dbb4a697608843ed7
parent ed732fbb911f4837e439371384f0b0bf3e61a6b4
Author: Jake Koroman <jakekoroman@gmail.com>
Date: Fri, 11 Oct 2024 14:07:19 -0400
river: update border colour and volume change rate.
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.config/river/init b/.config/river/init
@@ -38,8 +38,8 @@ riverctl map normal Super Period focus-output next
riverctl map normal Super Comma focus-output previous
# Super+Shift+{Period,Comma} to send the focused view to the next/previous output
-riverctl map normal Super+Shift Period send-to-output next
-riverctl map normal Super+Shift Comma send-to-output previous
+riverctl map normal Super+Shift Period riverctl send-to-output -current-tags next
+riverctl map normal Super+Shift Comma send-to-output -current-tags previous
# Super+Shift+Return to bump the focused view to the top of the layout stack
riverctl map normal Super+Shift Return zoom
@@ -132,8 +132,8 @@ do
riverctl map $mode None XF86Eject spawn 'eject -T'
# Control pulse audio volume with pamixer (https://github.com/cdemoulins/pamixer)
- riverctl map $mode None XF86AudioRaiseVolume spawn 'pamixer -i 5'
- riverctl map $mode None XF86AudioLowerVolume spawn 'pamixer -d 5'
+ riverctl map $mode None XF86AudioRaiseVolume spawn 'pamixer -i 2'
+ riverctl map $mode None XF86AudioLowerVolume spawn 'pamixer -d 2'
riverctl map $mode None XF86AudioMute spawn 'pamixer --toggle-mute'
# Control MPRIS aware media players with playerctl (https://github.com/altdesktop/playerctl)
@@ -149,7 +149,8 @@ done
# Set background and border color
riverctl background-color 0x002b36
-riverctl border-color-focused 0x93a1a1
+#riverctl border-color-focused 0x93a1a1
+riverctl border-color-focused 0xf53c3c
riverctl border-color-unfocused 0x586e75
# Set keyboard repeat rate