From b8ca75333753e89a2554654a89a9c3afb74ead9c Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 27 Aug 2019 12:32:19 +0200 Subject: [PATCH] never noticed this typo lmao --- .config/i3/config | 2 +- enable_thouch.sh => enable_touch.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename enable_thouch.sh => enable_touch.sh (100%) diff --git a/.config/i3/config b/.config/i3/config index 4251e86..861939e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -234,7 +234,7 @@ smart_borders on ################################################################################ # Modules startup # ################################################################################ -exec_always --no-startup-id ~/dotfiles/enable_thouch.sh +exec_always --no-startup-id ~/dotfiles/enable_touch.sh exec_always --no-startup-id ~/.config/polybar/launch.sh exec_always --no-startup-id wal -i "$(< "${HOME}/.cache/wal/wal")" exec --no-startup-id xss-lock -- i3lock-fancy -t $lockscreen diff --git a/enable_thouch.sh b/enable_touch.sh similarity index 100% rename from enable_thouch.sh rename to enable_touch.sh