r1vs3c / auto-bspwm

Bash script that automates the setup of a professional hacking environment for Kali Linux using the tiled window manager bspwm.
320 stars 61 forks source link

terminal issue maybe #4

Closed CarryLambo closed 1 year ago

CarryLambo commented 1 year ago

Hello, I love this project but I have a question, is it normal for the applications that I open with rofi to open with the terminal in this way? it seems strange to me 2023-10-14_23-26

r1vs3c commented 1 year ago

It's not normal. It seems that terminal applications opened with rofi are using qterminal instead of kitty. I'm aware of the issue and will try to resolve it in the coming days.

CarryLambo commented 1 year ago

It's not normal. It seems that terminal applications opened with rofi are using qterminal instead of kitty. I'm aware of the issue and will try to resolve it in the coming days.

Ok np, keep it up!

r1vs3c commented 1 year ago

Hello again, to solve this issue, you need to add the following line:

terminal:                       "/usr/bin/kitty";

At the end of the "configuration" section within the file ~/.config/polybar/shapes/scripts/rofi/launcher.rasi.

In any case, I will be updating the repository this week.

It's worth noting that in some programs, the terminal color configuration may be lost. A temporary solution to this is to reset the bspwm configuration by pressing Windows + Alt + R.

CarryLambo commented 1 year ago

Hello again, to solve this issue, you need to add the following line:

terminal:                       "/usr/bin/kitty";

At the end of the "configuration" section within the file ~/.config/polybar/shapes/scripts/rofi/launcher.rasi.

In any case, I will be updating the repository this week.

It's worth noting that in some programs, the terminal color configuration may be lost. A temporary solution to this is to reset the bspwm configuration by pressing Windows + Alt + R.

Thank you very much for your help and your time dedicated to this project, greetings!