Compare commits

..

No commits in common. "5d027b08f3b32eacca68c1552d2538e9655cfbe8" and "17555f86d19a02799ac1140d64a37e8fd26e74fd" have entirely different histories.

View File

@ -36,8 +36,6 @@ static const Rule rules[] = {
{"Virt-viewer", NULL, NULL, 1 << 8, 0, 0, 0, -1},
{"Firefox", "Toolkit", "Picture-in-Picture", (1 << 9) - 1, 0, 0, 0, -1},
{"st", NULL, NULL, 0, 0, 1, 1, -1},
{"Xephyr", NULL, NULL, 0, 1, 0, 0, -1},
{"Xnest", NULL, NULL, 0, 1, 0, 0, -1},
};
/* layout(s) */
@ -102,7 +100,6 @@ static Key keys[] = {
{ MODKEY, XK_F5, spawn, SHCMD("idea") },
{ MODKEY, XK_F6, spawn, SHCMD("clion") },
{ MODKEY, XK_F7, spawn, SHCMD("pycharm") },
{ 0, XK_Print, spawn, SHCMD("screenshot") },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)