Fix dwm border size
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include <X11/XF86keysym.h> /* Allow using F# keys for keybinds */
|
#include <X11/XF86keysym.h> /* Allow using F# keys for keybinds */
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 4; /* border pixel of windows */
|
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||||
static const unsigned int snap = 32; /* snap pixel */
|
static const unsigned int snap = 32; /* snap pixel */
|
||||||
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
|
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
|
||||||
static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */
|
static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#include <X11/XF86keysym.h> /* Allow using F# keys for keybinds */
|
#include <X11/XF86keysym.h> /* Allow using F# keys for keybinds */
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 4; /* border pixel of windows */
|
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||||
static const unsigned int snap = 32; /* snap pixel */
|
static const unsigned int snap = 32; /* snap pixel */
|
||||||
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
|
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
|
||||||
static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */
|
static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */
|
||||||
|
|||||||
BIN
programs/dwm/dwm
BIN
programs/dwm/dwm
Binary file not shown.
Reference in New Issue
Block a user