diff --git a/config.h b/config.h index 1364a4f..c6927d4 100644 --- a/config.h +++ b/config.h @@ -136,6 +136,7 @@ static const char *menucmd[] = { NULL }; static const char *lockcmd[] = { "swaylock", NULL }; +static const char *fmcmd[] = { "pcmanfm", NULL }; static const char *screencmd[] = {"screenshot.sh", NULL }; static const char *screenfilecmd[] = {"screenshot-file.sh", NULL }; static const char *zellijcmd[] = { @@ -150,6 +151,7 @@ static const Key keys[] = { { MODKEY, XKB_KEY_p, spawn, {.v = menucmd} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, spawn, {.v = termcmd} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Z, spawn, {.v = zellijcmd} }, + { MODKEY, XKB_KEY_w, spawn, {.v = fmcmd} }, { MODKEY, XKB_KEY_j, focusstack, {.i = +1} }, { MODKEY, XKB_KEY_k, focusstack, {.i = -1} }, { MODKEY, XKB_KEY_i, incnmaster, {.i = +1} }, diff --git a/dwl.desktop b/dwl.desktop index 6af4de3..baf7c8d 100644 --- a/dwl.desktop +++ b/dwl.desktop @@ -1,5 +1,5 @@ [Desktop Entry] Name=dwl Comment=dwm for Wayland -Exec=dwl -s 'launch_dwlb.sh & swaybg -i $HOME/wallpaper.jpg' +Exec=dwl -s 'startup.sh & setup.sh' Type=Application