10 lines
149 B
Bash
Executable File
10 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
exec wofi \
|
|
--show drun \
|
|
--location top_left \
|
|
--xoffset 14 \
|
|
--yoffset 14 \
|
|
--width 384 \
|
|
--height 512 \
|
|
-p Application:
|