Compare commits
No commits in common. "2eb8c99f4362e012d6ea3b62f540925250f8698c" and "f8b2b8883f9c3850ba6516559fcbd0a9f5b55933" have entirely different histories.
2eb8c99f43
...
f8b2b8883f
|
@ -27,6 +27,9 @@ 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)
|
||||
|
|
|
@ -28,10 +28,6 @@ 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
|
||||
##################################
|
||||
|
@ -43,7 +39,3 @@ exec pavucontrol
|
|||
##################################
|
||||
# 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