Updating changes
This commit is contained in:
@@ -2,5 +2,4 @@
|
|||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
((c-mode . ((indent-tabs-mode . t)
|
((c-mode . ((indent-tabs-mode . t)
|
||||||
(flycheck-mode . nil)
|
(flycheck-mode . -1))))
|
||||||
(eval . (clang-format-mode 0)))))
|
|
||||||
|
|||||||
2
config.h
2
config.h
@@ -62,7 +62,7 @@ static const Rule rules[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
|
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
|
||||||
static const int nmaster = 1; /* number of clients in master area */
|
static const int nmaster = 1; /* number of clients in master area */
|
||||||
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
|
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
|
||||||
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
|
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
|
||||||
|
|||||||
12
dwm.1
12
dwm.1
@@ -93,11 +93,19 @@ Focus previous window
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B Mod\-.
|
.B Mod\-.
|
||||||
Increase gap size
|
Increase gap size by 5
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B Mod\-,
|
.B Mod\-,
|
||||||
Decrease gap size
|
Decrease gap size by 5
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B Mod\-Control\-.
|
||||||
|
Increase gap size by 1
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B Mod\-Control\-,
|
||||||
|
Decrease gap size by 1
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B Mod\-/
|
.B Mod\-/
|
||||||
|
|||||||
Reference in New Issue
Block a user