修改退出和重启的快捷键
This commit is contained in:
@@ -88,8 +88,8 @@ const char launcher[] =
|
||||
"rofi -show combi -modes window,drun,run,ssh,combi,windowcd";
|
||||
const keybinding_t keys[] = {
|
||||
{SUPER, XK_p, spawn, {.ptr = launcher}},
|
||||
{SUPER, XK_q, quit, {.b = false}},
|
||||
{SUPER, XK_r, quit, {.b = true}},
|
||||
{SUPER | SHIFT, XK_q, quit, {.b = false}},
|
||||
{SUPER | CTRL, XK_r, quit, {.b = true}},
|
||||
{SUPER, XK_1, select_tag, {.ui = 0}},
|
||||
{SUPER, XK_2, select_tag, {.ui = 1}},
|
||||
{SUPER, XK_3, select_tag, {.ui = 2}},
|
||||
|
||||
Reference in New Issue
Block a user