mirror of
https://github.com/0intro/wmii
synced 2025-03-19 05:03:50 +03:00
setting default border to 2 pixels
This commit is contained in:
parent
fecbab94dd
commit
5e2c219f0e
@ -68,7 +68,7 @@ enum {
|
|||||||
#define MAX_TAGS 8
|
#define MAX_TAGS 8
|
||||||
#define MAX_TAGLEN 32
|
#define MAX_TAGLEN 32
|
||||||
|
|
||||||
#define DEF_BORDER 3
|
#define DEF_BORDER 2
|
||||||
#define DEF_SNAP 20
|
#define DEF_SNAP 20
|
||||||
|
|
||||||
#define ROOT_MASK SubstructureRedirectMask
|
#define ROOT_MASK SubstructureRedirectMask
|
||||||
|
@ -24,7 +24,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# WM CONFIGURATION
|
# WM CONFIGURATION
|
||||||
xwrite /def/border 3
|
xwrite /def/border 2
|
||||||
xwrite /def/snap 20
|
xwrite /def/snap 20
|
||||||
xwrite /def/font $WMII_FONT
|
xwrite /def/font $WMII_FONT
|
||||||
xwrite /def/selcolors $WMII_SELCOLORS
|
xwrite /def/selcolors $WMII_SELCOLORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user