diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-03 20:32:05 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-27 23:54:39 +0400 |
commit | 2cdf3e724680967764b487f173f7ad45802d2a3a (patch) | |
tree | 1864b767ebc96f92223c997be1d9f55424f48ad8 /config.h | |
parent | f15fd3b4d086975b7cb3906a34f2a494ce54b854 (diff) |
scratchpad patch removed
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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}}, |