1
0
mirror of https://github.com/alrayyes/dwm synced 2023-11-14 15:56:31 +00:00

changed super key to windows key

This commit is contained in:
Ryan Kes 2019-02-04 17:03:45 +01:00
parent 92a87ee5aa
commit 0fcc7c9b84
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
"${_patches[@]}")
md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
'3ed0d1344db3d607eb0f9bcacbc2850c'
'17784c9b18ed1083bbbb7e3802568e5b'
'939f403a71b6e85261d09fc3412269ee'
'e6858ff16b9eb1d7fa42a96b59847395')

View File

@ -46,7 +46,7 @@ static const Layout layouts[] = {
};
/* key definitions */
#define MODKEY Mod1Mask
#define MODKEY Mod4Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \