Rofi Launcher w/ Greenclip Manager

- Add greenclip daemon to autostart
- Add background processes section to autostart
- Remove references to dmenu
- Add rofi run and clipboard shortcuts
- Update man page to reference rofi instead of dmenu
This commit is contained in:
Sravan Balaji
2020-07-31 20:22:09 -04:00
parent 0f49dbddfb
commit a60b1c5d2f
4 changed files with 53 additions and 44 deletions

2
dwm.c
View File

@@ -1922,8 +1922,6 @@ sigchld(int unused)
void
spawn(const Arg *arg)
{
if (arg->v == dmenucmd)
dmenumon[0] = '0' + selmon->num;
if (fork() == 0) {
if (dpy)
close(ConnectionNumber(dpy));