diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2025-11-27 17:35:42 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2025-11-27 17:35:42 -0500 |
| commit | 77b295b8b0f9b73ecbda809e7843812c5f4c3737 (patch) | |
| tree | bd4dffb07ab4a55e40bd6d6a06e3d0e27dede598 /.config/river/init | |
| parent | b83a4973d6979c6c05d2a0af2c806d786f346545 (diff) | |
update
Diffstat (limited to '.config/river/init')
| -rwxr-xr-x | .config/river/init | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.config/river/init b/.config/river/init index 7345e11..9f1172a 100755 --- a/.config/river/init +++ b/.config/river/init @@ -43,6 +43,11 @@ riverctl map normal Super+Alt J move down 100 riverctl map normal Super+Alt K move up 100 riverctl map normal Super+Alt L move right 100 +#riverctl map normal Super+Alt+Shift H move left 1 +#riverctl map normal Super+Alt+Shift J move down 1 +#riverctl map normal Super+Alt+Shift K move up 1 +#riverctl map normal Super+Alt+Shift L move right 1 + # Super+Alt+Control+{H,J,K,L} to snap views to screen edges riverctl map normal Super+Alt+Control H snap left riverctl map normal Super+Alt+Control J snap down @@ -103,7 +108,6 @@ riverctl map passthrough Super F11 enter-mode normal # Various media key mapping examples for both normal and locked mode which do # not have a modifier for mode in normal locked; do - # Control pulse audio volume with pamixer (https://github.com/cdemoulins/pamixer) riverctl map $mode None XF86AudioRaiseVolume spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+' riverctl map $mode None XF86AudioLowerVolume spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-' riverctl map $mode None XF86AudioMute spawn 'wpctl set-mute toggle' @@ -118,6 +122,10 @@ for mode in normal locked; do riverctl map $mode None XF86MonBrightnessDown spawn 'brightctl -5' done +riverctl keyboard-layout -variant colemak_dh us + +riverctl xcursor-theme Catppuccin-Mocha-Dark-Cursors 16 + # Set background and border color riverctl background-color 0x1e1e2e riverctl border-color-focused 0x9399b2 @@ -128,6 +136,7 @@ riverctl set-repeat 40 300 for dev in $(riverctl list-inputs | grep '^pointer'); do riverctl input "$dev" left-handed enabled + riverctl input "$dev" accel-profile flat done # Make certain views start floating |
