mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 10:18:25 -05:00
river: add some input configuration
This commit is contained in:
parent
9340e3f9b5
commit
6adbf27693
@ -39,6 +39,16 @@ riverctl border-color-unfocused '#81a1c1'
|
|||||||
# Background (if no wallpaper is presented)
|
# Background (if no wallpaper is presented)
|
||||||
riverctl background-color #2e3440
|
riverctl background-color #2e3440
|
||||||
|
|
||||||
|
# Inputs ───────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad events disabled-on-external-mouse
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad drag enabled
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad disable-while-typing enabled
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad natural-scroll enabled
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad tap enabled
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad tap-button-map left-right-middle
|
||||||
|
riverctl input 2:7:SynPS/2_Synaptics_TouchPad scroll-method two-finger
|
||||||
|
|
||||||
# Bindings ─────────────────────────────────────────────────────────────────────
|
# Bindings ─────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
# Use the "logo" key as the primary modifier
|
# Use the "logo" key as the primary modifier
|
||||||
|
8
system/etc/connman/main.conf
Normal file
8
system/etc/connman/main.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Also add OPTS="--nodnsproxy" to runit service
|
||||||
|
# /etc/sv/connmand/conf
|
||||||
|
|
||||||
|
[General]
|
||||||
|
AllowHostnameUpdates=false
|
||||||
|
AllowDomainnameUpdates = false
|
||||||
|
PreferredTechnologies=ethernet,wifi
|
||||||
|
SingleConnectedTechnology=true
|
Loading…
Reference in New Issue
Block a user