Skip to content

reactormonk/kwin-minor-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

kwin-minor-mode

A minor mode to communicate with KWin. Type M-x kwin-minor-mode to attach it to your javascript buffer. I don't recommend binding it to javascript-mode by default, as this mode is very specific.

Bindings:

  • C-c C-r to send a region
  • C-c C-l to send the whole buffer
  • C-c C-k to kill all scripts, or a specific one given by prefix.

All output is redirected to the Inf-KWin buffer.

Notes on KWin Scripting

If you want to overwrite bindings created with registerShortcut, you have to stop the script creating them first. Use kwin-kill-script to stop all of them.

About

A minor mode to communicate with KWin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published