diff --git a/autostart.sh b/autostart.sh new file mode 100755 index 0000000..779f1a6 --- /dev/null +++ b/autostart.sh @@ -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 " + diff --git a/config.h b/config.h index e38ed70..9842592 100644 --- a/config.h +++ b/config.h @@ -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]`.