Make horizontal edge-borders hidable too

This commit is contained in:
Axel Wagner
2012-08-05 21:41:36 +02:00
committed by Michael Stapelberg
parent 1b2d222449
commit 57effd65b2
7 changed files with 63 additions and 28 deletions

View File

@ -201,6 +201,7 @@ normal { return TOK_NORMAL; }
none { return TOK_NONE; }
1pixel { return TOK_1PIXEL; }
hide_edge_borders { return TOK_HIDE_EDGE_BORDERS; }
both { return TOK_BOTH; }
focus_follows_mouse { return TOKFOCUSFOLLOWSMOUSE; }
force_focus_wrapping { return TOK_FORCE_FOCUS_WRAPPING; }
force_xinerama { return TOK_FORCE_XINERAMA; }