summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-10 18:59:19 +0000
committerstkhan <personal@slickd.xyz>2022-05-10 18:59:19 +0000
commit7a93f153bf5e088ab6e2da6fcc0518744cfd54af (patch)
tree55275d86773c026f387de7acce81fba1a9f2d6c1
parentc167af92909c612b891a8269c039118f7c78c83b (diff)
Actually fixed launchers
-rw-r--r--Makefile2
-rw-r--r--dwm-6.3/config.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 571be58..ccc6413 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ install:
make install -C farbfeld
make install -C sent
make install -C wmname
- cp -rf scripts/sarc.sh /usr/local/bin
+ install scripts/sarc.sh /usr/local/bin
clean:
make clean -C dwm-6.3
make clean -C st-0.8.4
diff --git a/dwm-6.3/config.h b/dwm-6.3/config.h
index b479839..e4088ad 100644
--- a/dwm-6.3/config.h
+++ b/dwm-6.3/config.h
@@ -133,11 +133,11 @@ static Key keys[] = {
{ MODKEY, XK_F1, spawn, SHCMD("xbacklight -dec 5; kill -44 $(pidof dwmblocks)") },
{ MODKEY, XK_F2, spawn, SHCMD("xbacklight -inc 5; kill -44 $(pidof dwmblocks)") },
{ MODKEY, XK_p, spawn, SHCMD("nsxiv -t ~/Pictures") },
- { MODKEY, XK_F12, spawn, SHCMD("sarc_script --power") },
+ { MODKEY, XK_F12, spawn, SHCMD("sarc.sh --power") },
{ MODKEY, XK_F4, spawn, SHCMD("galculator") },
- { MODKEY, XK_e, spawn, SHCMD("sarc_script --unicode") },
- { MODKEY, XK_s, spawn, SHCMD("sarc_script --search_web") },
- { MODKEY, XK_g, spawn, SHCMD("sarc_script --goto-website") },
+ { MODKEY, XK_e, spawn, SHCMD("sarc.sh --unicode") },
+ { MODKEY, XK_s, spawn, SHCMD("sarc.sh --search_web") },
+ { MODKEY, XK_g, spawn, SHCMD("sarc.sh --goto-website") },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)