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

2024-09-05 Thread Burak
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 va

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

2024-09-05 Thread Burak
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

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

2024-09-05 Thread Burak
r that thing, maybe the problem is that code. Regard, Burak Elie Le Vaillant , 5 Eylül 2024 Perşembe saat 17:37 tarihinde şunu yazdı: > Hello, > > On Thu Sep 5, 2024 at 3:15 PM CEST, Burak wrote: > > > i set TERMINAL=alacritty by-hand > > > What do you mean exa

[dev] [DWM] Executing command from keybindings

2024-09-05 Thread Burak
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?