auto-st


Logs | Files | LICENSE | LICENSE | GitLab


1
commit b04fcfd0075332f507a99b1e7653395fa746d1cd
2
Author: Connor Etherington <[email protected]>
3
Date:   Thu Jan 27 06:21:52 2022 +0200
4
5
    Update.
6
---
7
 config.h |  10 ++++------
8
 st       | Bin 120984 -> 120984 bytes
9
 x.o      | Bin 88504 -> 88536 bytes
10
 3 files changed, 4 insertions(+), 6 deletions(-)
11
12
diff --git a/config.h b/config.h
13
index e18567d..376b67d 100644
14
--- a/config.h
15
+++ b/config.h
16
@@ -6,11 +6,9 @@
17
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
18
  */
19
 
20
-//static char *font = "Mononoki Nerd Font:pixelsize=18:antialias=true:autohint=true";
21
-//static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
22
-static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
23
+static char *font = "Mononoki Nerd Font:pixelsize=18:antialias=true:autohint=true";
24
+//static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
25
 static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
26
-//static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
27
 
28
 static int borderpx = 2;
29
 
30
@@ -243,8 +241,8 @@ static MouseShortcut mshortcuts[] = {
31
 };
32
 
33
 /* Internal keyboard shortcuts. */
34
-#define MODKEY Mod1Mask
35
-#define TERMMOD (Mod1Mask|ShiftMask)
36
+#define MODKEY Mod4Mask
37
+#define TERMMOD (Mod4Mask|ShiftMask)
38
 
39
 static char *openurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -o", "externalpipe", NULL };
40
 static char *copyurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -c", "externalpipe", NULL };
41
diff --git a/st b/st
42
index 9c43a2d..663e512 100755
43
Binary files a/st and b/st differ
44
diff --git a/x.o b/x.o
45
index 0c298b3..3c2fac9 100644
46
Binary files a/x.o and b/x.o differ