5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
if [[ $(eww state) ]]; then
|
|
eww close-all
|
|
fi
|
|
input-emulator kbd key esc
|