[dev][sent] @ is interpreted only at the beginning of a paragraph

2024-08-29 Thread Robert Bilski
Hello,

I've noticed that sent won't interpret '@' unless it's at the beginning of a
paragraph. This is inconsistent with the other control characters, which are
interepreted as long as they are at the beginning of any line. `sent.1` also
mentions that '@' should behave in the same way the other two characters do.

I'd be happy to provide a patch, but first I'd like to know what is the
preferred course of action. We can either leave the behavior as is and just
update the documentation, change it so that '@' is interpreted as long as it is
on the beginning of any line, or maybe even change it so that a line beginning
with '@' must be the only line in the paragraph to be interpreted. My reasoning
behind the third option is that there already is a mechanism for commenting, so
having '@' eat up the entire paragraph feels a little off.

---
Robert Bilski



Re: [dev] [DWM] Executing command from keybindings

2024-09-05 Thread Robert Bilski
Is there any reason you don't include that in your .profile?
For dwm to see that variable it'd need to be set before dwm is started.

Setting the variable in the terminal does not affect dwm's environment, even if
you use export.

-- 
Robert Bilski