Switch scripts to themed dmenu wrapper
This commit is contained in:
parent
50a7f2c605
commit
f2598c47fb
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
alias dmenu="$HOME/darkrc/bin/dmenu-themed "
|
||||
manpage=$(apropos . | awk '{print $1}' | dmenu -p 'Mansplain what?' -l 10 -b)
|
||||
if [ -z "$manpage" ];
|
||||
then echo "Manpage not found or no manpage selected"; exit
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
alias dmenu="$HOME/darkrc/bin/dmenu-themed"
|
||||
namelist=$HOME/.local/unicode/NamesList.txt
|
||||
if [ ! -f "$namelist" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue