gitignore added
This commit is contained in:
parent
651b87b838
commit
711dda8bcc
|
@ -0,0 +1 @@
|
|||
*.o
|
|
@ -84,7 +84,7 @@ static const Layout layouts[] = {
|
|||
#define XF86MonBrightnessUp 0x1008ff02
|
||||
#define XF86MonBrightnessDown 0x1008ff03
|
||||
#define Print 0xff61
|
||||
#define MODKEY Mod1Mask
|
||||
#define MODKEY Mod4Mask
|
||||
#define TAGKEYS(KEY,TAG) \
|
||||
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
|
||||
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
|
||||
|
|
Loading…
Reference in New Issue