Compare commits

..

No commits in common. "c35ba0afa76a7a7143bede61e4cb1caf63efc52e" and "9989fac3439cfaec30b1cb87fc80b3e84c8d64b7" have entirely different histories.

View file

@ -132,7 +132,6 @@ 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} },
@ -185,6 +184,5 @@ 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
}; };