summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorAndrés Cuervo <andrescuervor@gmail.com>2023-12-28 22:01:46 +0000
committerAndrés Cuervo <andrescuervor@gmail.com>2023-12-28 22:01:46 +0000
commitaa2f2f1cefab62ebb982a568be2be39b10476ceb (patch)
treeabc3cae06a8dd9a25e4c6f351f93cca2da99bb1f /virtual-programs
parentAllow for key repeating (diff)
downloadfolk-aa2f2f1cefab62ebb982a568be2be39b10476ceb.tar.gz
folk-aa2f2f1cefab62ebb982a568be2be39b10476ceb.zip
Fix Alt+ESC restart
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/esc-restart.folk2
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
}