Дана 24/09/03 08:40PM, dalmon...@gmail.com написа:
> Other issues are going to be handled better @gentoo-users, this list
> is mostly exclusive to suckless software (which xorg is not and
> gentoo is maybe I guess?)
The following (mostly inactive) "distros" would be the closest to the
suckless
Hi, i want to execute TUI programs from keybinding but they work on
background instead of showing on terminal. I tried putting "SHCMD
("$TERMINAL -e btop")" to keybinding, i set TERMINAL=alacritty by-hand,
but terminal nor btop did not work. How can i launch TUI apps from terminal?
Hello,
On Thu Sep 5, 2024 at 3:15 PM CEST, Burak wrote:
> i set TERMINAL=alacritty by-hand
What do you mean exactly? Where are you setting exactly, and how? If you
are setting it in your .profile, make sure to source that. If yoy are
setting it in your .xinitrc, do so also, etc. Basically: you mu
I just open the terminal and write "TERMINAL=alacritty", that's it. Nothing
added to .xinitrc or shell's profile file.
I export the variable just like you said but it still doesn't work. Does "SHCMD
("$TERMINAL -e btop")" command is right command for that thing, maybe the
problem is that code.
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
I just testing it, didn't think "i must export variable before dwm start". I
just build dwm, launch it and then export variable. I have no reason for
putting export to .profile file.
I will try that, thanks for helping.
Bu ileti Proton Mail güvenli e-posta hizmetiyle gönderilmiştir.
Robert
When i put "export TERMINAL=alacritty" to .profile file it worked. Thanks for
helping.
Bu ileti Proton Mail güvenli e-posta hizmetiyle gönderilmiştir.
Burak , 5 Eylül 2024 Perşembe saat 21:03 tarihinde şunu
yazdı:
> I just testing it, didn't think "i must export variable before dwm start". I