Add intip feature

This commit is contained in:
Dita Aji Pratama 2025-05-13 14:44:39 +07:00
parent 7d7233232a
commit f2f2ca38b4
2 changed files with 9 additions and 0 deletions

7
autostart.sh Executable file
View File

@ -0,0 +1,7 @@
xcompmgr & # For supporting transparent on desktop
nitrogen --restore & # Use for wallpaper
lxpolkit &
xset b off & # To disable the beep for all X applications
xsetroot -name " DAP "

View File

@ -102,10 +102,12 @@ static const char *nmcedit[] = { "nm-connection-editor" , NULL };
static const char *top[] = { "kitty" , "htop" , NULL };
static const char *intip[] = { "bash" , "/home/aji/.dwm/aji.sh", "info"};
#include "aji.c"
static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_i, spawn, {.v = intip} },
{ MODKEY, XK_BackSpace, view, {0} },
{ MODKEY, XK_a, view, {.ui = ~0} }, // Select all tags. Cancel it with `MODKEY + [tag key]`.
{ MODKEY|Mod1Mask, XK_p, tag, {.ui = ~0} }, // Pin current window to all tags. Cancel it with `MODKEY + Shift + [tag key]`.