remove unnecessary flags, update todo
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
This commit is contained in:
parent
99927d54b1
commit
b2604d36d1
2 changed files with 6 additions and 3 deletions
6
config.h
6
config.h
|
@ -109,8 +109,8 @@ static const Layout layouts[] = {
|
|||
|
||||
/* commands */
|
||||
static const char *spqalc[] = { "q", "qalculate-gtk", NULL };
|
||||
static const char *spterm[] = { "t", TERMINAL, "-n", "spterm", "-d", "~", "tmux", NULL };
|
||||
static const char *splf[] = { "l", TERMINAL, "-n", "splf", "-d", "~", "-e", "lf-sixel", NULL };
|
||||
static const char *spterm[] = { "t", TERMINAL, "-n", "spterm", "tmux", NULL };
|
||||
static const char *splf[] = { "l", TERMINAL, "-n", "splf", "-e", "lf-sixel", NULL };
|
||||
static const char *sphtop[] = { "h", TERMINAL, "-n", "sphtop", "-e", "htop", NULL };
|
||||
static const char *spmix[] = { "m", TERMINAL, "-n", "spmix", "-e", "pulsemixer", NULL };
|
||||
static const char *sphelp[] = { "n", TERMINAL, "-n", "sphelp", "-e", "/bin/sh", "-c", "mdcat /usr/share/dwm/dwm.md | less", NULL };
|
||||
|
@ -202,7 +202,7 @@ static const Key keys[] = {
|
|||
{ MODKEY | ShiftMask, XK_minus, setlayout, {.v = &layouts[5]} },
|
||||
{ MODKEY, XK_backslash, togglescratch, {.v = spqalc} },
|
||||
// { MODKEY | ShiftMask, XK_backslash, spawn, {.v = (const char *[]){NULL}} },
|
||||
{ MODKEY, XK_Return, spawn, {.v = (const char *[]){TERMINAL, "-d", "~", "tmux", NULL}} },
|
||||
{ MODKEY, XK_Return, spawn, {.v = (const char *[]){TERMINAL, "tmux", NULL}} },
|
||||
{ MODKEY | ShiftMask, XK_Return, togglescratch, {.v = spterm} },
|
||||
{ MODKEY | Mod3Mask, XK_Return, spawn, {.v = (const char *[]){"sd", NULL}} },
|
||||
// { MODKEY, XK_semicolon, spawn, {.v = (const char *[]){NULL}} },
|
||||
|
|
3
todo
Normal file
3
todo
Normal file
|
@ -0,0 +1,3 @@
|
|||
# TODO: consider adding the compiler flags of -O3 and -march=native to enable auto loop vectorize for better performance.
|
||||
# TODO: Picom rule: shadow-exclude = [ "! _IS_FLOATING@:32c = 1" ];
|
||||
# TODO: Rewrite sb-scripts with pango markup
|
Loading…
Add table
Reference in a new issue