configure optional touchpad and set terminal to foot

This commit is contained in:
Felix Van der Jeugt 2024-09-18 00:08:24 +02:00
parent bd66b5d255
commit 601dea0836
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ riverctl border-color-focused 0xFF0000
riverctl focus-follows-cursor always
riverctl keyboard-layout -options compose:caps us
riverctl set-cursor-warp on-focus-change
riverctl input 'pointer-4120-4102-HID_1018:1006_Touchpad' middle-emulation enabled
riverctl input 'pointer-4120-4102-HID_1018:1006_Touchpad' tap enabled
riverctl input 'pointer-4120-4102-HID_1018:1006_Touchpad' tap-button-map left-middle-right
riverctl set-repeat 55 300
riverctl default-layout rivertile

View File

@ -28,7 +28,7 @@ export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files)
export SKIM_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files) 2> /dev/null'
export LC_ALL=en_US.utf8
export BOGOFILTER_DIR="$XDG_DATA_HOME/bogofilter"
export TERMINAL=st
export TERMINAL=foot
# Clean spotify cachedir
if [ -d "$HOME/.cache/ncspot/librespot/files" ]; then