Steven Allen
Steven Allen
@tbu- any progress?
> note that you can have an underline/overline, which can be used to get a border look. FYI, this doesn't work if you're using alignment.
It would have to be a pretty complete re-write and a fork. Unfortunately, sxhkd would have to be built-in to the window manager because wayland clients can't intercept key presses....
:+1: :heavy_multiplication_x: :100: to rewriting bspwm in rust.
Take a look at the systemd dbus interface and the dbus emacs package. Emacs has a nice dbus library so, personally, I find it a lot more usable than parsing...
Alternatively, it may be possible to configure this on a per-package basis. I.e., some form of `(async-bytecomp-this-file)` form that, when evaluated (not compiled): 1. Enables a restricted version of `async-bytecomp-mode`...
Alternatively, a local variable may work even better (not sure if my first solution works as I think bytecomp happens before load). That is, always enable a minimal version of...
> You can't mark packages like this, at least as it would be in the *pkg.el file because package.el is rebuilding a new *pkg.el on its own instead of using...
I personally fix this by setting the `parent-frame` property on mini-frame frames to `nil`. Unfortunately, that does cause some issues with recursive minibuffers and it would be nice if there...
The standalone feature works great for me (but I'm not using multiple monitors). @thomasheartman You can add `(parent-frame . nil)` to `mini-frame-show-parameters`.