Questions tagged [xmonad]
xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell.
155 questions
2
votes
1
answer
266
views
Compositor for RHEL7?
I have Xmonad window manager installed on a RHEL 7.9 machine. The issue is I cannot seem to set the transparency for my terminal windows.
From the little previous experience I have with this, I ...
0
votes
0
answers
215
views
Why xmonad does not see any application included in users $PATH variable?
I have recently installed MX Linux on my laptop XFCE ahs version. Along that I have installed xmonad. The problem is xmonad does not see any scripts or application that are included in my $PATH ...
1
vote
0
answers
1k
views
tmux 1 session accessed by multiple terminals, each with a different visual state
I use a tiling window manager and someimtes have 6 or 7 shells open at once. Locally, I use tmux purely as a multiplexer because my preferred terminal does not have one (which I like). I would like ...
1
vote
0
answers
378
views
How can I enable xmonad window manager with xrdp? (ubuntu 22.04)
On ubuntu 22.04 with GNOME desktop. I installed xmonad as a window manager. When I connect to my pc with xrdp, the xmonad does not "load" only the gnome. How can I use xmonad with xrdp?
0
votes
1
answer
78
views
Open tex file corresponding to an opened pdf file
Suppose I have opened a pdf file (say /path/to/my/file.pdf generated from LaTeX) in evince and want to open the corresponding LaTeX source file (/path/to/my/file.tex) in my emacs editor, I click on ...
0
votes
1
answer
448
views
How to configure xmonad to respect the sticky (_NET_WM_STATE_STICKY) and floating (_NET_WM_STATE_ABOVE) window tags
An xprop call on such a window reveals these two flags in its _NET_WM_STATE property:
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
_NET_WM_STATE(ATOM) = ...
0
votes
1
answer
825
views
Add XMonad to SDDM
I have installed arch and KDE.
Now I want to test XMonad :
I build XMonad with Stack (because for some import I need the source)
I create the desktop file in /usr/share/xsessions/ with the right ...
0
votes
1
answer
2k
views
How to remove borders from all full screen floating windows in XMonad
I've been trying to achieve this for some time now. But can't figure it out how can I do this.
On this topic I've found this video that explains very well exactly what I want to achieve but I can't ...
0
votes
1
answer
472
views
How can I always spawn mpv with no borders in Xmonad?
I'm having an issue with mpv because of the xmonad borders and I'd like to be able to always start mpv, floating, with no borders at all, and also to keep the functionality of mpv keybindings as is by ...
0
votes
0
answers
353
views
Stalonetray suddenly appears on wrong monitor
I have had some (limited) success using stalonetray to show simple tray icons for apps like Discord/Teams
Today, all of a sudden I noticed that stalonetray started appearing on my secondary monitor ...
6
votes
1
answer
8k
views
How to customise the appearance of notify-send?
I am running linux mint and use the notify-send command for various purposes, and of course also receive notifications from regular applications e.g. discord or MS Teams
When using Cinnamon DE, they ...
2
votes
2
answers
2k
views
Toggle fullscreen in Xmonad?
I'm new around Xmonad WM and haskell is completely new to me, so be patient.
Running the almost stock ArcoLinux Xmonad.
I'm trying to setup Xmonad WM to be able to go full screen at anytime and in all ...
1
vote
0
answers
61
views
Video artifacts on xmonad
I suddenly started getting this type of artifacts while using xmonad.
The pattern changes and often disappears after some mouse movements.
I didn't do any video-related updates, nor xmonad updates. ...
0
votes
1
answer
244
views
XMonad crops dialog windows and their buttons - how to fix this?
For example, when I try to download something, I get the following:
the top of a dialog window:
the bottom where the buttons are cropped:
0
votes
1
answer
425
views
Conky text padding with dzen2
I have the exact same issue as Creating Conky text variables with zero padding? for displaying network speed.
Except that I'm piping conky to dzen2. It seems lua_parse is not working within that setup....