From 545bcfd86305f6c328415e17035af9f60847b769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 28 Aug 2021 11:44:28 -0500 Subject: [PATCH] fix i3lock extension file --- config | 2 +- scripts/{i3lock.sh => i3lock.bash} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{i3lock.sh => i3lock.bash} (100%) diff --git a/config b/config index 7ff575b..d9a109d 100644 --- a/config +++ b/config @@ -255,7 +255,7 @@ mode "$mode_mount" { bindsym $mod+m mode "$mode_mount" # i3lock -bindsym Pause exec "sh $HOME/.config/i3/scripts/i3lock.sh" +bindsym Pause exec "bash $HOME/.config/i3/scripts/i3lock.bash" ## Manual management of external displays # Set the shortcuts and what they do diff --git a/scripts/i3lock.sh b/scripts/i3lock.bash similarity index 100% rename from scripts/i3lock.sh rename to scripts/i3lock.bash