Compare commits

...

2 Commits

Author SHA1 Message Date
Quentin Duchemin 2eb8c99f43 Add pavucontrol to laptop 2024-01-17 20:02:11 +01:00
Quentin Duchemin 907e0df063 Unify .xinitrc 2024-01-10 13:36:24 +01:00
3 changed files with 8 additions and 3 deletions

View File

@ -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)

View File

@ -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