From 95713ba7fd83355ccd6c703ddfd0840b98a551aa Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sat, 13 Feb 2021 21:29:29 +0100 Subject: [PATCH] rename: underscore -> hyphen arch_setup -> arch-setup audio_notify -> audio-notify update README in consequence --- .config/sxhkd/sxhkdrc | 4 ++-- .local/bin/README.md | 4 ++-- .local/bin/{arch_setup => arch-setup} | 0 .local/bin/{audio_notify => audio-notify} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename .local/bin/{arch_setup => arch-setup} (100%) rename .local/bin/{audio_notify => audio-notify} (100%) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 68c9764..2ffb498 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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} diff --git a/.local/bin/README.md b/.local/bin/README.md index 5cbaf91..479ce11 100644 --- a/.local/bin/README.md +++ b/.local/bin/README.md @@ -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 diff --git a/.local/bin/arch_setup b/.local/bin/arch-setup similarity index 100% rename from .local/bin/arch_setup rename to .local/bin/arch-setup diff --git a/.local/bin/audio_notify b/.local/bin/audio-notify similarity index 100% rename from .local/bin/audio_notify rename to .local/bin/audio-notify