From 468b788e0ae2f35bc07149f6c50f5bf092891155 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 27 Dec 2019 19:07:28 -0500 Subject: [PATCH] Rename with dashes instead of underscores --- home/.xbindkeysrc | 2 +- home/bin/{video_catalog_play => video-catalog-play} | 0 home/bin/{video_catalog_update => video-catalog-update} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename home/bin/{video_catalog_play => video-catalog-play} (100%) rename home/bin/{video_catalog_update => video-catalog-update} (100%) diff --git a/home/.xbindkeysrc b/home/.xbindkeysrc index 3df0a9b..958d44d 100644 --- a/home/.xbindkeysrc +++ b/home/.xbindkeysrc @@ -111,5 +111,5 @@ Mod4+p # Search video catalog and play selection -"video_catalog_play" +"video-catalog-play" Mod4+v diff --git a/home/bin/video_catalog_play b/home/bin/video-catalog-play similarity index 100% rename from home/bin/video_catalog_play rename to home/bin/video-catalog-play diff --git a/home/bin/video_catalog_update b/home/bin/video-catalog-update similarity index 100% rename from home/bin/video_catalog_update rename to home/bin/video-catalog-update -- 2.20.1