summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-03 20:32:05 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-03 20:32:05 +0400
commit059830df7684a630dfbcd9c2cc4b8bf0458dc791 (patch)
tree836718c783af4088630760d176cbaf7d26143251 /config.h
parentc152d21f9c3cc11601a8e40e25244e15529295ad (diff)
scratchpad patch removed
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h b/config.h
index 7585e55..094c26e 100644
--- a/config.h
+++ b/config.h
@@ -64,8 +64,6 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
static const char *browsercmd[] = { "qutebrowser", NULL };
-static const char scratchpadname[] = "scratchpad";
-static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "70x24", NULL };
static const char
@@ -106,8 +104,6 @@ static const Key keys[] = {
{ MODKEY, XK_v, focusmaster, {0} },
{ MODKEY|ShiftMask, XK_space, togglefocusfloat, {0} },
- { MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } },
-
{ MODKEY|ShiftMask, XK_w, spawn, {.v = wallpaper } },
{ 0 , XF86XK_MonBrightnessUp , spawn , {.v = light_up}},