summaryrefslogtreecommitdiff
path: root/suckless
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-08-19 22:27:36 +0100
committerrafa_99 <raroma09@gmail.com>2022-08-19 22:27:36 +0100
commit00a3b8b35075153fb3af9aea901d3fdbbaec8abf (patch)
treeb679a906e081ceab8e768ae019b1657e79e54b60 /suckless
parent96de0e417a3828571e9927cabdb20d8fd1e8daf7 (diff)
Updated configs
Diffstat (limited to 'suckless')
-rw-r--r--suckless/.config/suckless/dwm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/suckless/.config/suckless/dwm/config.h b/suckless/.config/suckless/dwm/config.h
index 72b25d2..c2a1558 100644
--- a/suckless/.config/suckless/dwm/config.h
+++ b/suckless/.config/suckless/dwm/config.h
@@ -64,7 +64,7 @@ static const Layout layouts[] = {
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
-static Key keys[] = {
+static const Key keys[] = {
/* modifier key function argument */
/* Managing Windows */
{ MODKEY, XK_j, focusstack, {.i = +1 } },
@@ -160,7 +160,7 @@ static Key keys[] = {
/* button definitions */
/* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
-static Button buttons[] = {
+static const Button buttons[] = {
/* click event mask button function argument */
{ ClkWinTitle, 0, Button2, zoom, {0} },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },