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

2024-08-29 Thread Robert Bilski
s 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