new touchpad
parent
41c5a1b29a
commit
89aaf68913
.config/i3
config.d
|
@ -21,8 +21,10 @@ exec xrandr --dpi $dpi
|
||||||
exec --no-startup-id xinput set-prop 'FocalTechPS/2 FocalTech Touchpad' 'libinput Accel Speed' 0.8
|
exec --no-startup-id xinput set-prop 'FocalTechPS/2 FocalTech Touchpad' 'libinput Accel Speed' 0.8
|
||||||
exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)' 'libinput Accel Speed' 0.8
|
exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)' 'libinput Accel Speed' 0.8
|
||||||
exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Accel Speed" 0.65
|
exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Accel Speed" 0.65
|
||||||
|
exec xinput set-prop "DLL07A0:01 044E:120B" "libinput Accel Speed" 0.6
|
||||||
# That one supports tapping but is disabled by default!
|
# That one supports tapping but is disabled by default!
|
||||||
exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Tapping Enabled" 1
|
exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Tapping Enabled" 1
|
||||||
|
exec xinput set-prop "DLL07A0:01 044E:120B" "libinput Tapping Enabled" 1
|
||||||
|
|
||||||
# GUI for PulseAudio
|
# GUI for PulseAudio
|
||||||
exec pavucontrol
|
exec pavucontrol
|
||||||
|
|
|
@ -118,7 +118,7 @@ exec --no-startup-id redshift-gtk
|
||||||
exec qbittorrent
|
exec qbittorrent
|
||||||
exec pavucontrol
|
exec pavucontrol
|
||||||
exec helvum
|
exec helvum
|
||||||
|
exec blueman-manager
|
||||||
# fetch keys from HSM
|
# fetch keys from HSM
|
||||||
exec --no-startup-id gpg --card-status
|
exec --no-startup-id gpg --card-status
|
||||||
|
|
||||||
|
@ -303,6 +303,7 @@ assign [class="(?i)VSCodium"] → number 2
|
||||||
|
|
||||||
bindsym $mod+j [instance="pavucontrol"] scratchpad show, move position center
|
bindsym $mod+j [instance="pavucontrol"] scratchpad show, move position center
|
||||||
bindsym $mod+Shift+j [instance="helvum"] scratchpad show, move position center
|
bindsym $mod+Shift+j [instance="helvum"] scratchpad show, move position center
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# STARTING CONFIGURATION
|
# STARTING CONFIGURATION
|
||||||
##################################
|
##################################
|
||||||
|
|
Loading…
Reference in New Issue