Dotfiles config update (2022-05-28)

This commit is contained in:
q3aql 2022-05-28 01:56:42 +02:00
parent 76941c9959
commit 04447a9b61
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ fi
# ${runDesktop} "${desktop_files_home}/${list_output}"
#fi
list_output=$(list_desktop_icons | dmenu "$@")
list_output=$(list_desktop_icons | dmenu "$@" -p " drun:")
run_output=$(echo ${list_output} | cut -c 4-999)
system_file=$(echo -n ${desktop_files}/ ; echo ${run_output})
home_file=$(echo -n ${desktop_files_home}/ ; echo ${run_output})

View File

@ -24,6 +24,6 @@ list_binaries_icons() {
#list_output=$(list_binaries | dmenu "$@")
#${list_output}
list_output=$(list_binaries_icons | dmenu "$@")
list_output=$(list_binaries_icons | dmenu "$@" -p " run:")
run_output=$(echo "${list_output}" | cut -c4-999)
${run_output}

View File

@ -11,7 +11,7 @@ application=$(
# Show only app-names
cut -d" " -f3 |\
# Pipe to dmenu ($@ to include font settings from dwm/config.h)
dmenu -i -p " Switch to" $@
dmenu -i -p " window:" $@
)
# Switch to chosen application