diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-08 12:03:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-08 12:03:47 +0900 |
| commit | 365403254a39ceac9797e430d4a62ec6c7b2f99c (patch) | |
| tree | 29c1712eec3082ac8a22406c830490714c8d6f61 /st | |
| parent | a753a509586f9f3a6eb6aa3780a1e70f65b29435 (diff) | |
modified dwm/config.h, modified st/config.h
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index 98fd819..453a78b 100644 --- a/st/config.h +++ b/st/config.h @@ -913,7 +913,7 @@ static Key key[] = { /* { XK_m, ControlMask, "\033[109;5u", 0, 0 }, */ { XK_m, Mod1Mask|ControlMask, "\033[109;7u", 0, 0 }, { XK_space, ControlMask|ShiftMask, "\033[32;6u", 0, 0 }, - { XK_space, Mod1Mask, "\033[32;3u", 0, 0 }, + /* { XK_space, Mod1Mask, "\033[32;3u", 0, 0 }, */ { XK_space, Mod1Mask|ControlMask, "\033[32;7u", 0, 0 }, { XK_space, Mod1Mask|ControlMask|ShiftMask, "\033[32;8u", 0, 0 }, { XK_space, Mod1Mask|ShiftMask, "\033[32;4u", 0, 0 }, |
