Add launch-menu script
This commit is contained in:
parent
d8f3a55fdb
commit
e38fd1d4f9
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,9 @@ mkdir -p "${HOME}/.config" "${HOME}/.local/share/mc/skins" "${HOME}/.local/bin"
|
|||
link "jobrunner/daemon.sh" ".local/bin/jobrunner"
|
||||
link "jobrunner/runjob.sh" ".local/bin/jobrunner-runjob"
|
||||
|
||||
# bin
|
||||
link "lone-files/bin/launch-menu" ".local/bin/launch-menu"
|
||||
|
||||
# bash configuration
|
||||
link "jstmbash" ".jstmbash"
|
||||
link "lone-files/jstmbash.config.env" ".config/jstmbash.env"
|
||||
|
|
2
lone-files/bin/launch-menu
Executable file
2
lone-files/bin/launch-menu
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
bemenu --no-cursor --no-touch --ignorecase --prompt Execute --accept-single --bottom --border 2 --monitor DP-1 --no-overlap --wrap --list 20 --margin 20
|
Loading…
Reference in a new issue