mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2026-02-04 03:26:25 -05:00
Compare commits
2 commits
9989fac343
...
c35ba0afa7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c35ba0afa7 | ||
|
|
3f44215900 |
1 changed files with 2 additions and 0 deletions
2
config.h
2
config.h
|
|
@ -132,6 +132,7 @@ static const Key keys[] = {
|
||||||
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
|
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
|
||||||
/* modifier key function argument */
|
/* modifier key function argument */
|
||||||
{ MODKEY, XKB_KEY_space, spawn, {.v = menucmd} },
|
{ MODKEY, XKB_KEY_space, spawn, {.v = menucmd} },
|
||||||
|
{ MODKEY, XKB_KEY_s, spawn, SHCMD("grim -g \"$(slurp -d)\" - | wl-copy") },
|
||||||
{ MODKEY, XKB_KEY_t, spawn, {.v = termcmd} },
|
{ MODKEY, XKB_KEY_t, spawn, {.v = termcmd} },
|
||||||
{ MODKEY, XKB_KEY_b, spawn, {.v = browsercmd} },
|
{ MODKEY, XKB_KEY_b, spawn, {.v = browsercmd} },
|
||||||
{ MODKEY, XKB_KEY_j, focusstack, {.i = +1} },
|
{ MODKEY, XKB_KEY_j, focusstack, {.i = +1} },
|
||||||
|
|
@ -184,5 +185,6 @@ static const char *const autostart[] = {
|
||||||
"wlsunset", "-l", "43.7", "-L", "-79.4", NULL,
|
"wlsunset", "-l", "43.7", "-L", "-79.4", NULL,
|
||||||
"fcitx5", NULL,
|
"fcitx5", NULL,
|
||||||
"wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL,
|
"wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL,
|
||||||
|
"waybar", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue