Format
This commit is contained in:
parent
a7287f85d0
commit
a0fd0244e1
1 changed files with 3 additions and 3 deletions
6
config.h
6
config.h
|
@ -1,9 +1,9 @@
|
||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
|
|
||||||
/* def */
|
/* def */
|
||||||
#define WEBBROWSER "google-chrome-stable"
|
#define WEBBROWSER "google-chrome-stable"
|
||||||
#define TERMINAL "alacritty"
|
#define TERMINAL "alacritty"
|
||||||
#define SCREENSHOT "spectacle"
|
#define SCREENSHOT "spectacle"
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||||
static const unsigned int gappx = 3; /* gaps size between windows */
|
static const unsigned int gappx = 3; /* gaps size between windows */
|
||||||
|
|
Loading…
Reference in a new issue