Add pavucontrol to laptop
parent
907e0df063
commit
2eb8c99f43
|
@ -27,9 +27,6 @@ bindsym Shift+XF86AudioNext exec --no-startup-id playerctl position 3+
|
||||||
# PROGRAMS STARTED AUTOMATICALLY
|
# PROGRAMS STARTED AUTOMATICALLY
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
# Time tracking
|
|
||||||
exec hamster
|
|
||||||
|
|
||||||
# cadence will take care of all we need :
|
# cadence will take care of all we need :
|
||||||
# - Config tells Cadence to start LADISH, export MIDI hw and start A2J ;
|
# - Config tells Cadence to start LADISH, export MIDI hw and start A2J ;
|
||||||
# - LADISH implies JACK starts, then it will starts needed apps (e.g. Non-Mixer)
|
# - LADISH implies JACK starts, then it will starts needed apps (e.g. Non-Mixer)
|
||||||
|
|
|
@ -28,6 +28,10 @@ exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with In
|
||||||
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
|
||||||
# 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
|
||||||
|
|
||||||
|
# GUI for PulseAudio
|
||||||
|
exec pavucontrol
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# BINDINGS FOR STARTING PROGRAMS
|
# BINDINGS FOR STARTING PROGRAMS
|
||||||
##################################
|
##################################
|
||||||
|
@ -39,3 +43,7 @@ exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Tapping Enabled"
|
||||||
##################################
|
##################################
|
||||||
# OPERATIONS FOR SPECIFIC WINDOWS
|
# OPERATIONS FOR SPECIFIC WINDOWS
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
|
# Scratchpad
|
||||||
|
for_window [class="Pavucontrol"] mark "pavucontrol", move scratchpad
|
||||||
|
bindsym $mod+Shift+j [con_mark="pavucontrol"] scratchpad show, move position center
|
Loading…
Reference in New Issue