diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-31 21:16:26 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-31 21:16:26 +1200 |
| commit | a08af3bce093616a42cd5555419047489e9b39ae (patch) | |
| tree | b0dfaf39d9f94281015fba586ae79f4637f49bd4 /config.h | |
| parent | 6cd20823086b831b78c393857bb46f9e8bbe61d8 (diff) | |
| download | YATwm-a08af3bce093616a42cd5555419047489e9b39ae.tar.gz YATwm-a08af3bce093616a42cd5555419047489e9b39ae.zip | |
Better readme
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ const char* qutebrowser[] = {"qutebrowser", NULL}; const char* i3lock[] = {"i3lock", "-eti", "/usr/share/backgrounds/lockscreen.png", NULL}; const char* suspend[] = {"systemctl", "suspend", NULL}; -#define MOD Mod1Mask +#define MOD Mod4Mask #define SHIFT ShiftMask #define WSKEY(K, X) \ |
