Remove bar-wide clicks for polybar, update and cleanup some scripts
This commit is contained in:
@ -57,10 +57,16 @@ module-margin = 0
|
||||
padding-right = 0
|
||||
padding-left = 0
|
||||
separator = │
|
||||
scroll-up = pamixer -i 2
|
||||
scroll-down = pamixer -d 2
|
||||
click-middle = skippy-xd --activate-window-picker
|
||||
double-click-left = networkmanager_dmenu
|
||||
double-click-middle = skippy-xd --activate-window-picker
|
||||
double-click-right = pavucontrol &
|
||||
|
||||
; shows which modules have click actions
|
||||
cursor-click = pointer
|
||||
|
||||
; with the above these cause the entire bar to have click actions
|
||||
; essentially defeating the purpose, so they are commented out
|
||||
|
||||
; scroll-up = pamixer -i 2
|
||||
; scroll-down = pamixer -d 2
|
||||
; click-middle = skippy-xd --activate-window-picker
|
||||
; double-click-left = networkmanager_dmenu
|
||||
; double-click-middle = skippy-xd --activate-window-picker
|
||||
; double-click-right = pavucontrol &
|
||||
|
Reference in New Issue
Block a user