mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-18 00:16:10 +01:00
moving software to separate submodules part 1
This commit is contained in:
6
desktop/.dmenu/dmenu_run
Executable file
6
desktop/.dmenu/dmenu_run
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
exec $(dmenu_path | dmenu "$@")
|
||||
|
||||
# Uncomment for the NAVHISTORY patch (and remove the exec above)
|
||||
#dmenu_path | dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} &
|
||||
Reference in New Issue
Block a user