summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm-6.2/config.h12
-rwxr-xr-xdwm-6.2/dwmbin66968 -> 66832 bytes
-rw-r--r--dwm-6.2/dwm.18
-rw-r--r--dwm-6.2/dwm.obin60304 -> 60000 bytes
-rwxr-xr-xinstall.sh1
5 files changed, 10 insertions, 11 deletions
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h
index d669088..c57b9d4 100644
--- a/dwm-6.2/config.h
+++ b/dwm-6.2/config.h
@@ -14,7 +14,7 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
-static const char col_cyan[] = "#0a0063";
+static const char col_cyan[] = "#00731f";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
@@ -49,7 +49,7 @@ static const Layout layouts[] = {
};
/* key definitions */
-#define MODKEY Mod4Mask
+#define MODKEY Mod1Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
@@ -71,10 +71,10 @@ static Key keys[] = {
{ MODKEY, XK_b, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },
- { MODKEY, XK_i, incnmaster, {.i = +1 } },
+/* { MODKEY, XK_i, incnmaster, {.i = +1 } },
{ MODKEY, XK_d, incnmaster, {.i = -1 } },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
- { MODKEY, XK_l, setmfact, {.f = +0.05} },
+*/ { MODKEY, XK_l, setmfact, {.f = +0.05} },
{ MODKEY|ShiftMask, XK_Return, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY, XK_x, killclient, {0} },
@@ -94,9 +94,9 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } },
{ MODKEY|ShiftMask, XK_f, spawn, SHCMD("falkon") },
{ MODKEY|ShiftMask, XK_h, spawn, SHCMD("st htop") },
- { MODKEY|ShiftMask, XK_b, spawn, SHCMD("~/.local/bin/brighter") },
- { MODKEY|ShiftMask, XK_l, spawn, SHCMD("~/.local/bin/darker") },
{ MODKEY|ShiftMask, XK_u, spawn, SHCMD("~/.local/bin/vol_up") },
+ { MODKEY|ShiftMask, XK_l, spawn, SHCMD("~/.local/bin/darker") },
+ { MODKEY|ShiftMask, XK_b, spawn, SHCMD("~/.local/bin/brighter") },
{ MODKEY|ShiftMask, XK_d, spawn, SHCMD("~/.local/bin/vol_down") },
{ MODKEY|ShiftMask, XK_m, spawn, SHCMD("~/.local/bin/mute") },
TAGKEYS( XK_1, 0)
diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm
index 642688b..1440f4f 100755
--- a/dwm-6.2/dwm
+++ b/dwm-6.2/dwm
Binary files differ
diff --git a/dwm-6.2/dwm.1 b/dwm-6.2/dwm.1
index 13b3729..c5a9908 100644
--- a/dwm-6.2/dwm.1
+++ b/dwm-6.2/dwm.1
@@ -56,11 +56,11 @@ click on a tag label applies that tag to the focused window.
click on a tag label adds/removes that tag to/from the focused window.
.SS Keyboard commands
.TP
-.B Mod1\-Shift\-Return
+.B Mod1\-Return
Start
.BR st(1).
.TP
-.B Mod1\-p
+.B Mod1\-d
Spawn
.BR dmenu(1)
for launching other programs.
@@ -110,10 +110,10 @@ Increase master area size.
.B Mod1\-h
Decrease master area size.
.TP
-.B Mod1\-Return
+.B Mod1\-Shift\-Return
Zooms/cycles focused window to/from master area (tiled layouts only).
.TP
-.B Mod1\-Shift\-c
+.B Mod1\-x
Close focused window.
.TP
.B Mod1\-Shift\-space
diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o
index 697d956..5814882 100644
--- a/dwm-6.2/dwm.o
+++ b/dwm-6.2/dwm.o
Binary files differ
diff --git a/install.sh b/install.sh
index e1e7d05..097ca91 100755
--- a/install.sh
+++ b/install.sh
@@ -7,7 +7,6 @@ dwm="dwm-6.2"
dmenu="dmenu-5.0"
st="st-0.8.2"
dwmblocks="dwmblocks"
-paleofetch="paleofetch"
dialog --title "sarc" --msgbox "Welcome to the sarc installer!" 0 0
dialog --title "sarc" --inputbox "What theme would you like? Choose from green, blue, and red" 0 0 2> /tmp/.theme_sel