このコミットが含まれているのは:
守矢諏訪子 2023-08-24 20:43:44 +09:00
コミット d8843efeed
2個のファイルの変更9行の追加9行の削除

ファイルの表示

@ -150,18 +150,18 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_Eisu_toggle, spawn, {.v = (const char*[]){ "wofi-calc", NULL } } },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_S, spawn, SHCMD("swaylock -i ~/.local/share/wallpapers/hurandorusukaretsuto-kabegami-2560x1600_7-1080.png") },
{ MODKEY, XKB_KEY_d, spawn, {.v = (const char*[]){ "wofi", "--show", "drun", NULL } } },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_D, spawn, {.v = (const char*[]){ "rofi-pass", NULL } } },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_D, spawn, {.v = (const char*[]){ "wofi-pass", NULL } } },
{ MODKEY, XKB_KEY_f, togglefullscreen, {0} },
//{ MODKEY, XKB_KEY_f, setlayout, {.v = &layouts[1]} },
{ MODKEY, XKB_KEY_g, shiftview, { .i = -1 } },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_G, shifttag, { .i = -1 } },
//{ MODKEY, XKB_KEY_g, shiftview, { .i = -1 } },
//{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_G, shifttag, { .i = -1 } },
{ MODKEY, XKB_KEY_h, setmfact, {.f = -0.05} },
{ MODKEY, XKB_KEY_j, focusstack, {.i = +1} },
{ MODKEY, XKB_KEY_k, focusstack, {.i = -1} },
{ MODKEY, XKB_KEY_l, setmfact, {.f = +0.05} },
{ MODKEY, XKB_KEY_z, spawn, {.v = (const char*[]){ "rofi-youtube", "-i", NULL } } },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Z, spawn, {.v = (const char*[]){ "rofi-youtube", "-s", NULL } } },
{ MODKEY, XKB_KEY_z, spawn, {.v = (const char*[]){ "wofi-youtube", "-i", NULL } } },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Z, spawn, {.v = (const char*[]){ "wofi-youtube", "-s", NULL } } },
{ MODKEY, XKB_KEY_b, toggle_visibility, {0}},
{ MODKEY, XKB_KEY_m, setlayout, {.v = &layouts[2]} },
//{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_parenright, tag, {.ui = ~0} },

ファイルの表示

@ -7,8 +7,8 @@ PKG_CONFIG = pkg-config
PREFIX = /usr
MANDIR = $(PREFIX)/share/man
#XWAYLAND =
#XLIBS =
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
XWAYLAND = -DXWAYLAND
XLIBS = xcb xcb-icccm
#XWAYLAND = -DXWAYLAND
#XLIBS = xcb xcb-icccm