diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index 15f25d1..a9ddc7b 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -27,9 +27,6 @@ bindsym Shift+XF86AudioNext exec --no-startup-id playerctl position 3+ # PROGRAMS STARTED AUTOMATICALLY ################################## -# Time tracking -exec hamster - # cadence will take care of all we need : # - 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) diff --git a/.config/i3/config.d/laptop b/.config/i3/config.d/laptop index caf0ba9..d9b7dac 100644 --- a/.config/i3/config.d/laptop +++ b/.config/i3/config.d/laptop @@ -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 # That one supports tapping but is disabled by default! exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Tapping Enabled" 1 + +# GUI for PulseAudio +exec pavucontrol + ################################## # BINDINGS FOR STARTING PROGRAMS ################################## @@ -39,3 +43,7 @@ exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Tapping Enabled" ################################## # 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 \ No newline at end of file