AutoYADM commit: 2024-12-15 17:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-15 17:30:02 -05:00
parent 50045a497b
commit ff4a6ca9c3

View file

@ -7,6 +7,7 @@ set update.lastnaggedversion 1.14.0
set update.checkintervalsecs 86400
set searchengine duckduckgo
set hintchars neiomtsraglphdufcxwyqzvkbj
set editorcmd kitty nvim
" Binds
bind ;x hint -F e => { const pos = tri.dom.getAbsoluteCentre(e); tri.excmds.exclaim_quiet("xdotool mousemove --sync " + window.devicePixelRatio * pos.x + " " + window.devicePixelRatio * pos.y + "; xdotool click 1")}