rename: underscore -> hyphen

arch_setup -> arch-setup
audio_notify -> audio-notify
update README in consequence
This commit is contained in:
David JULIEN 2021-02-13 21:29:29 +01:00
parent df6918e262
commit 95713ba7fd
4 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
# System stuff
super + F1
pulsemixer --toggle-mute; audio_notify
pulsemixer --toggle-mute; audio-notify
super + {F2, F3}
pulsemixer --change-volume {-5, +5}; audio_notify
pulsemixer --change-volume {-5, +5}; audio-notify
super + {F5, F6}
sbacklight {dec,inc}

View File

@ -6,9 +6,9 @@
## Scripts
- arch_setup : my personnal machine setup script
- arch-setup : my personnal machine setup script
- audio-notify : send a notification when audio level is changed
- backlight_notify : send a notification when backlight level is changed
- backlight-notify : send a notification when backlight level is changed
- bibinput : add a **.bib** entry through `dmenu`
- bibshow : retrieve a **.bib** reference and copy to `xclip`
- bulk : execute batch commands through your favorite $EDITOR