.
This commit is contained in:
commit
4603184052
87 changed files with 3677 additions and 0 deletions
3
files/.local/bin/menu
Executable file
3
files/.local/bin/menu
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cmd="$(dmenu_path | fzy)"
|
||||
nohup sh -c "${cmd} &" >/dev/null 2>&1
|
||||
Loading…
Add table
Add a link
Reference in a new issue