mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
exec $(dmenu_path | dmenu "$@")
|