Add prompt fix + monitor eDP-1
This commit is contained in:
parent
522b32c5d2
commit
afe313dc59
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
bemenu --no-cursor --no-touch --ignorecase --prompt ${1} accept-single --bottom --border 2 --monitor DP-1 --no-overlap --wrap --list 20 --margin 20
|
||||
[[ -n "${1}" ]] && PROMPT=${1} || PROMPT=menu
|
||||
bemenu --no-cursor --no-touch --ignorecase --prompt ${PROMPT} accept-single --bottom --border 2 --monitor DP-1 --monitor eDP-1 --no-overlap --wrap --list 20 --margin 20
|
||||
|
|
Loading…
Reference in a new issue