diff --git a/home/.config/river/init b/home/.config/river/init index ffe283c..413e084 100755 --- a/home/.config/river/init +++ b/home/.config/river/init @@ -39,6 +39,16 @@ riverctl border-color-unfocused '#81a1c1' # Background (if no wallpaper is presented) 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 ───────────────────────────────────────────────────────────────────── # Use the "logo" key as the primary modifier diff --git a/system/etc/connman/main.conf b/system/etc/connman/main.conf new file mode 100644 index 0000000..40bfd84 --- /dev/null +++ b/system/etc/connman/main.conf @@ -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