From 04447a9b6128272b97d7cbac5758e3db3ecf9742 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 28 May 2022 01:56:42 +0200 Subject: [PATCH] Dotfiles config update (2022-05-28) --- .config/dmenu/dmenu_drun | 2 +- .config/dmenu/dmenu_run | 2 +- .config/dmenu/dmenu_wrun | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dmenu/dmenu_drun b/.config/dmenu/dmenu_drun index f4d75fb..913fb8c 100755 --- a/.config/dmenu/dmenu_drun +++ b/.config/dmenu/dmenu_drun @@ -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}) diff --git a/.config/dmenu/dmenu_run b/.config/dmenu/dmenu_run index 8469bef..ea46619 100755 --- a/.config/dmenu/dmenu_run +++ b/.config/dmenu/dmenu_run @@ -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} diff --git a/.config/dmenu/dmenu_wrun b/.config/dmenu/dmenu_wrun index 4154827..1728992 100755 --- a/.config/dmenu/dmenu_wrun +++ b/.config/dmenu/dmenu_wrun @@ -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