diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-12-28 22:01:46 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-12-28 22:01:46 +0000 |
| commit | aa2f2f1cefab62ebb982a568be2be39b10476ceb (patch) | |
| tree | abc3cae06a8dd9a25e4c6f351f93cca2da99bb1f /virtual-programs | |
| parent | Allow for key repeating (diff) | |
| download | folk-aa2f2f1cefab62ebb982a568be2be39b10476ceb.tar.gz folk-aa2f2f1cefab62ebb982a568be2be39b10476ceb.zip | |
Fix Alt+ESC restart
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/esc-restart.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/esc-restart.folk b/virtual-programs/esc-restart.folk index d94f2323..57cf97b7 100644 --- a/virtual-programs/esc-restart.folk +++ b/virtual-programs/esc-restart.folk @@ -1,3 +1,3 @@ -When keyboard /k/ claims key ESC is down with modifiers alt { +When keyboard /k/ claims key ESC is down with modifiers alt with rand /r/ { exec sudo systemctl restart folk } |
