summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-03-17 18:10:27 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-03-17 18:10:27 +0530
commit19bc8b4001590bac7351ea2bbc17ad4a9b64d86b (patch)
tree50e7c54c57e94af33fd7d75ac9b6fa24093d4805
parent5dd35b456bb5ee9c8a91f4ad0d30562895d1bdf2 (diff)
minor tab changes
-rw-r--r--config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h b/config.h
index 3443441..cf33d58 100644
--- a/config.h
+++ b/config.h
@@ -9,7 +9,6 @@
//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
//static char *font = "OCRA:pixelsize=22:antialias=true:autohint=true";
static char *font = "UbuntuMono Nerd Font:pixelsize=22:antialias=true:autohint=true";
-//static char *font = "SF Mono:pixelsize=22:antialias=true:autohint=true"
//static char *font = "JetBrainsMono:pixelsize=22:antialias=true:autohint=true";
//static char *font = "Terminus:pixelsize=22:antialias=true:autohint=true";
@@ -238,7 +237,7 @@ ResourcePref resources[] = {
static MouseShortcut mshortcuts[] = {
/* mask button function argument release */
{ MODKEY, Button4, kscrollup, {.i = 1} },
- { MODKEY, Button5, kscrolldown, {.i = 1} },
+ { MODKEY, Button5, kscrolldown, {.i = 1} },
{ XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 },
{ ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} },
{ XK_ANY_MOD, Button4, ttysend, {.s = "\031"} },
@@ -269,9 +268,9 @@ static Shortcut shortcuts[] = {
{ MODKEY, XK_Down, kscrolldown, {.i = 1} },
//scroll thru page wise
{ MODKEY, XK_Page_Up, kscrollup, {.i = -1} },
- { MODKEY, XK_Page_Down, kscrolldown, {.i = -1} },
+ { MODKEY, XK_Page_Down, kscrolldown, {.i = -1} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
- { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
+ { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
//external pipe patch...1) open a link(l) 2)yank/copy link (y) 3) copy output (o)
{ MODKEY, XK_l, externalpipe, {.v = openurlcmd } },
{ MODKEY, XK_y, externalpipe, {.v = copyurlcmd } },