This website requires JavaScript.
Explore
Help
Register
Sign in
matt1432
/
nixos-configs
Watch
1
Star
0
Fork
You've already forked nixos-configs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
745e5d2c6e
nixos-configs
/
sway
/
scripts
/
esc.sh
6 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: add Escape bind to close opened eww widgets
2023-05-29 22:21:01 -04:00
#!/bin/bash
if
[
[
$(
eww state
)
]
]
;
then
eww close-all
fi
feat: add open/close animations to widgets
2023-05-31 02:29:22 -04:00
input-emulator kbd key esc
Reference in a new issue
Copy permalink