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