I didn't like that if I pressed SUPER accidentally, I had to press ESC which is somewhere compleatly different on the keyboard. This way it's much easier to close tofi.
3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pgrep tofi-drun && pkill tofi-drun || tofi-drun --drun-launch=true
|