You are not logged in.

#1 2023-01-14 08:26:46

Lax Lexis
Member
Registered: 2013-09-30
Posts: 86

SOLVED [i3 tw] Urxvt(c) first line not on top since last system update

Hello everyone,

since the last system update my urxvt client starts with the command line not on top anymore. This issue (or feature?) happens on all my arch devices. Please see the screenshot.

2023-01-14-092631-2880x1800-scrot.png

Last edited by Lax Lexis (2023-01-15 17:46:12)

Offline

#2 2023-01-14 12:36:46

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: SOLVED [i3 tw] Urxvt(c) first line not on top since last system update

Offline

#3 2023-01-14 21:34:47

scottro
Member
From: NYC
Registered: 2002-10-11
Posts: 466
Website

Re: SOLVED [i3 tw] Urxvt(c) first line not on top since last system update

One workaround that worked for a few people (in my case with dwm) gotten from an alpine linux github thread.
In $HOME/.Xdefaults

URxvt.geometry: 400x400

If you switch to a floating window manager like openbox, though, this will open urxt maximized.
Here's the alpine linux thread.

https://gitlab.alpinelinux.org/alpine/a … sues/14525

Offline

#4 2023-01-15 17:47:10

Lax Lexis
Member
Registered: 2013-09-30
Posts: 86

Re: SOLVED [i3 tw] Urxvt(c) first line not on top since last system update

Thanks to all! I have downgraded the package. wink

Offline

#5 2023-03-02 10:56:42

steerio
Member
Registered: 2023-03-02
Posts: 1

Re: SOLVED [i3 tw] Urxvt(c) first line not on top since last system update

I have another workaround:

if [[ `ps ho command $(ps ho ppid $$)` == 'urxvt' ]]; then
  clear
fi

This will check if the parent process of your shell is urxvt, and only clear in that case, preventing it from happening when you open the shell through ssh or launch an interactive shell by hand for whatever reason.

Last edited by steerio (2023-03-02 10:57:25)

Offline

Board footer

Powered by FluxBB