diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-23 21:45:17 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-23 21:45:17 +0100 |
commit | a9fc13074cf7dbc77c02074fcf23e70b8194e6a3 (patch) | |
tree | 515e18fa4bb1dffdb13694e8456bf2a4b3832475 /dotfiles/river | |
parent | Hardware: Thinkpad: Add instructions on ectool setup (diff) | |
download | nixos-config-a9fc13074cf7dbc77c02074fcf23e70b8194e6a3.tar.gz nixos-config-a9fc13074cf7dbc77c02074fcf23e70b8194e6a3.tar.bz2 nixos-config-a9fc13074cf7dbc77c02074fcf23e70b8194e6a3.zip |
Dotfiles: Add tap-to-click in river for Thinkpad
Diffstat (limited to '')
-rwxr-xr-x | dotfiles/river/init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/river/init b/dotfiles/river/init index baba3fa..0f0b123 100755 --- a/dotfiles/river/init +++ b/dotfiles/river/init @@ -180,6 +180,11 @@ riverctl float-filter-add title "popup title with spaces" # Set app-ids and titles of views which should use client side decorations riverctl csd-filter-add app-id "gedit" +# input configuration +# +# Thinkpad tap click: +riverctl input "pointer-2-7-SynPS/2_Synaptics_TouchPad" tap enabled + # Set the default layout generator to be rivertile and start it. # River will send the process group of the init executable SIGTERM on exit. |