commit 7fb55ec4d40e173b2bf36f69df48b55bdb109f78
parent edc76c07a97eecf51e6371d8d0e99cec1053b2e7
Author: Jake Koroman <jakekoroman@gmail.com>
Date: Thu, 19 Sep 2024 09:27:03 -0400
update global binds and thinkpad stuff.
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.config/river/init b/.config/river/init
@@ -11,6 +11,7 @@
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
riverctl map normal Super Return spawn $TERMINAL
+riverctl map normal Super+Shift N spawn '$TERMINAL -e neomutt'
riverctl map normal Super P spawn fuzzel
riverctl map normal Super E spawn 'emacsclient -c -a "emacs"'
riverctl map normal Super Delete spawn myswaylock
@@ -20,6 +21,7 @@ riverctl map normal Super R spawn rdpmenu
riverctl map normal Super Slash spawn bookmarks
riverctl map normal Super S spawn 'wayshot -s "$(slurp)" --stdout | wl-copy'
riverctl map normal Super+Shift S spawn 'wayshot -s "$(slurp)" --stdout | swappy -f -'
+riverctl map normal Super F12 spawn passmenu-otp
# Super+J and Super+K to focus the next/previous view in the layout stack
riverctl map normal Super J focus-view next
diff --git a/device-specific/thinkpad/river b/device-specific/thinkpad/river
@@ -1,10 +1,16 @@
+#!/bin/sh
+
# symlinked to ~/.config/river/device included at the bottom of rivers init script
-riverctl input pointer-2362-628-PIXA3854:00_093A:0274_Touchpad natural-scroll enabled
riverctl keyboard-layout -options "caps:escape" us
+riverctl input pointer-1133-49271-Logitech_USB_Optical_Mouse pointer-accel -0.1
+riverctl input pointer-1133-49271-Logitech_USB_Optical_Mouse accel-profile flat
+riverctl input pointer-2-10-TPPS/2_Elan_TrackPoint pointer-accel -0.2
+
emacs --bg-daemon &
gentoo-pipewire-launcher restart &
+davmail_launch &
kanshi &
myswayidle &
waybar &