configure optional touchpad and set terminal to foot
This commit is contained in:
parent
bd66b5d255
commit
601dea0836
@ -30,6 +30,9 @@ riverctl border-color-focused 0xFF0000
|
|||||||
riverctl focus-follows-cursor always
|
riverctl focus-follows-cursor always
|
||||||
riverctl keyboard-layout -options compose:caps us
|
riverctl keyboard-layout -options compose:caps us
|
||||||
riverctl set-cursor-warp on-focus-change
|
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 set-repeat 55 300
|
||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
|
|
||||||
|
2
profile
2
profile
@ -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 SKIM_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files) 2> /dev/null'
|
||||||
export LC_ALL=en_US.utf8
|
export LC_ALL=en_US.utf8
|
||||||
export BOGOFILTER_DIR="$XDG_DATA_HOME/bogofilter"
|
export BOGOFILTER_DIR="$XDG_DATA_HOME/bogofilter"
|
||||||
export TERMINAL=st
|
export TERMINAL=foot
|
||||||
|
|
||||||
# Clean spotify cachedir
|
# Clean spotify cachedir
|
||||||
if [ -d "$HOME/.cache/ncspot/librespot/files" ]; then
|
if [ -d "$HOME/.cache/ncspot/librespot/files" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user