summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-05 03:05:34 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-05 03:05:34 +0530
commit380db54e6b70ff77e1f98c7a2f7903bc8b53b226 (patch)
treeb603154991abd75a6b11a861db0214fc791e6676
parentb41d060e4ffd5d871f6b8636afe0507144ed7adb (diff)
final build :)
-rw-r--r--config.h6
-rwxr-xr-xstbin128872 -> 128872 bytes
-rw-r--r--x.obin86088 -> 86200 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index e55935c..53d1db3 100644
--- a/config.h
+++ b/config.h
@@ -273,9 +273,9 @@ static Shortcut shortcuts[] = {
{ MODKEY, XK_Page_Up, kscrollup, {.i = -1} },
{ MODKEY, XK_Page_Down, kscrolldown, {.i = -1} },
//externalpipe bindings
- { MODKEY, XK_O, externalpipe, {.v = openurlcmd } },
- { MODKEY, XK_L, externalpipe, {.v = copyurlcmd } },
- { MODKEY, XK_K, externalpipe, {.v = copyoutput } },
+ { MODKEY, XK_o, externalpipe, {.v = openurlcmd } },
+ { MODKEY, XK_l, externalpipe, {.v = copyurlcmd } },
+ { MODKEY, XK_k, externalpipe, {.v = copyoutput } },
};
/*
diff --git a/st b/st
index ff832db..4bfd483 100755
--- a/st
+++ b/st
Binary files differ
diff --git a/x.o b/x.o
index 74ba966..8b95b3f 100644
--- a/x.o
+++ b/x.o
Binary files differ