Dotfiles config update (2022-05-28)
This commit is contained in:
parent
76941c9959
commit
04447a9b61
|
@ -43,7 +43,7 @@ fi
|
||||||
# ${runDesktop} "${desktop_files_home}/${list_output}"
|
# ${runDesktop} "${desktop_files_home}/${list_output}"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
list_output=$(list_desktop_icons | dmenu "$@")
|
list_output=$(list_desktop_icons | dmenu "$@" -p " drun:")
|
||||||
run_output=$(echo ${list_output} | cut -c 4-999)
|
run_output=$(echo ${list_output} | cut -c 4-999)
|
||||||
system_file=$(echo -n ${desktop_files}/ ; echo ${run_output})
|
system_file=$(echo -n ${desktop_files}/ ; echo ${run_output})
|
||||||
home_file=$(echo -n ${desktop_files_home}/ ; echo ${run_output})
|
home_file=$(echo -n ${desktop_files_home}/ ; echo ${run_output})
|
||||||
|
|
|
@ -24,6 +24,6 @@ list_binaries_icons() {
|
||||||
#list_output=$(list_binaries | dmenu "$@")
|
#list_output=$(list_binaries | dmenu "$@")
|
||||||
#${list_output}
|
#${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=$(echo "${list_output}" | cut -c4-999)
|
||||||
${run_output}
|
${run_output}
|
||||||
|
|
|
@ -11,7 +11,7 @@ application=$(
|
||||||
# Show only app-names
|
# Show only app-names
|
||||||
cut -d" " -f3 |\
|
cut -d" " -f3 |\
|
||||||
# Pipe to dmenu ($@ to include font settings from dwm/config.h)
|
# Pipe to dmenu ($@ to include font settings from dwm/config.h)
|
||||||
dmenu -i -p " Switch to" $@
|
dmenu -i -p " window:" $@
|
||||||
)
|
)
|
||||||
|
|
||||||
# Switch to chosen application
|
# Switch to chosen application
|
||||||
|
|
Loading…
Reference in New Issue
Block a user