run urxvt without a menubar? (SOLVED)

Moderator: Forum moderators

Post Reply
User avatar
gychang
Posts: 553
Joined: Fri Aug 28, 2020 4:51 pm
Location: San Diego, CA
Has thanked: 195 times
Been thanked: 51 times

run urxvt without a menubar? (SOLVED)

Post by gychang »

is it possible to run urxvt terminal without the menubar? In fossapup64, appending "URxvt.borderLess: true" in .Xdefaults doesn't work -loses focus on the urxvt.

urxvt.png
urxvt.png (158.98 KiB) Viewed 1007 times

after URxvt.borderless... it loses focus and the cursor doesn't blink

ur.png
ur.png (22.88 KiB) Viewed 1007 times
Last edited by gychang on Wed Apr 28, 2021 5:46 am, edited 1 time in total.

======

Puppy Bytes, utube videos
https://www.youtube.com/channel/UCg-DUU ... u62_iqR-MA

======

williams2
Posts: 1023
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 288 times

Re: run urxvt without a menubar?

Post by williams2 »

JWM (or other window manager) generates that bar.

Maybe edit /root/.jwmrc and add a group, something like:

Code: Select all

<Group>
<Name>urxvt</Name>
<Option>notitle</Option>
</Group>

then restart/reload JWM (or restart X.)

noborder is another option you could add to the group.

http://joewing.net/projects/jwm/config-2.3.html

User avatar
rockedge
Site Admin
Posts: 5713
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1992 times
Been thanked: 2097 times
Contact:

Re: run urxvt without a menubar?

Post by rockedge »

@williams2
That works well on the current Bionic64 I am using and it should also work on Fossapup64.

williams2
Posts: 1023
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 288 times

Re: run urxvt without a menubar?

Post by williams2 »

This seems to be a problem with other distros too. For example,
https://bbs.archlinux.org/viewtopic.php?id=76009

urxvt -bl does not work properly in Puppy with dwm or xmonad either.

A work around seems to be to configure the window manager to not display a title bar, and to configure urxvt not to be borderless.

User avatar
gychang
Posts: 553
Joined: Fri Aug 28, 2020 4:51 pm
Location: San Diego, CA
Has thanked: 195 times
Been thanked: 51 times

Re: run urxvt without a menubar?

Post by gychang »

williams2 wrote: Tue Apr 27, 2021 9:57 pm

JWM (or other window manager) generates that bar.

Maybe edit /root/.jwmrc and add a group, something like:

Code: Select all

<Group>
<Name>urxvt</Name>
<Option>notitle</Option>
</Group>

then restart/reload JWM (or restart X.)

noborder is another option you could add to the group.

http://joewing.net/projects/jwm/config-2.3.html

works well, adding to jwmrc did not retain on the boot, but adding to /etc/xdg/templates/_root_.jwmrc was the final fix. Tried noborder also and working well.

======

Puppy Bytes, utube videos
https://www.youtube.com/channel/UCg-DUU ... u62_iqR-MA

======

Post Reply

Return to “Utility”