mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Initial commit
This commit is contained in:
parent
b912871070
commit
a3e01caebf
157 changed files with 9696 additions and 0 deletions
9
home/.local/bin/scripts/gui/dmenu
Executable file
9
home/.local/bin/scripts/gui/dmenu
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Compatibility executable script for applications running dmenu, which
|
||||
# runs wofi in dmenu mode instead. Note: In many cases the arguments won't
|
||||
# be compatible and this will fail, however the primary way scripts use
|
||||
# dmenu is just for simple prompts, using the `-p` flag. and wofi does fully
|
||||
# support this usage.
|
||||
|
||||
cat | wofi --dmenu $@
|
Loading…
Add table
Add a link
Reference in a new issue