From 13e2ea1b6abd0ac8385b7ddffc01b9cc3585ac18 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 29 Oct 2019 13:15:41 +0100 Subject: [PATCH] [UPDATE][SCRIPT] Remove underscore in script name --- i3/.config/i3/config | 2 +- scripts/{toggle_touchpad => toggle-touchpad} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{toggle_touchpad => toggle-touchpad} (100%) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 525b568..fc3cb5b 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -265,7 +265,7 @@ bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -R bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+10 i3blocks bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+10 i3blocks # Bind keyboard settings key to toggle touchpad -bindsym XF86Tools exec toggle_touchpad +bindsym XF86Tools exec toggle-touchpad # Bind display control to launch arandr bindsym XF86Display exec arandr diff --git a/scripts/toggle_touchpad b/scripts/toggle-touchpad similarity index 100% rename from scripts/toggle_touchpad rename to scripts/toggle-touchpad