Remove bar-wide clicks for polybar, update and cleanup some scripts

This commit is contained in:
natemaia
2018-06-30 18:43:00 -07:00
parent 87d834bc2e
commit 3f22a849bd
6 changed files with 116 additions and 77 deletions

View File

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