From 2cdf3e724680967764b487f173f7ad45802d2a3a Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 3 Sep 2024 20:32:05 +0400 Subject: scratchpad patch removed --- config.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7b4e879..eb97f3b 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_n, focusmaster, {0} }, { MODKEY, XK_a, togglefocusfloat, {0} }, - { MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } }, - { MODKEY|ShiftMask, XK_w, spawn, {.v = wallpaper } }, { 0 , XF86XK_MonBrightnessUp , spawn , {.v = light_up}}, -- cgit v1.2.3