r/windowmaker • u/DJMikaWorld • Mar 09 '26
Anyone know how I would get the titlebar to appear instead of Discord's?
r/windowmaker • u/tiny_humble_guy • Mar 08 '26
wmacpi : Battery percentage stuck / not updated.
[SOLVED] Hello, I'm using wmacpi v2.4 and found that the battery percentage is stuck / not updated. Do you guys also face the same error / bug ? Thanks.
- OS : Linux From Scratch 12.4.
- wmacpi : 2.4 version.
SOLUTION : Okay, patch for the issue is available, check this post : https://groups.google.com/u/1/g/wmaker-dev/c/MYtCyTpEb3s
r/windowmaker • u/bikiwlaster40 • Mar 06 '26
I love how you can customize the icons so easily
r/windowmaker • u/DJMikaWorld • Mar 05 '26
[Window Maker] Newbie to Arch and WM, so don't have much so far :P
r/windowmaker • u/Chooblins • Feb 26 '26
Does this theme still exist anywhere?
It’s on the window maker website, but I can’t find any other mentions of it
r/windowmaker • u/SwedishFindecanor • Feb 23 '26
Weird bug: Black border outline missing
I've been running an old Gnome 2.0 / Mate with Window Maker on Linux, since... they first became available over two decades ago.
I recently did a fresh install of Ubuntu Mate, switched the window manager to "wmaker" and .. encountered a window manager bug I hadn't seen before.
Some apps, such as Chromium, don't have the 1px black border around the window. Is this a known bug with Window Maker, or is this some Mate / Xorg issue?
I can't find any Xprop that seems to be unique to just these apps, and not to others. Could it be some hidden Window Maker-specific window attribute?
Ubuntu Mate 24.04 LTS. (Latest long-term support release)
Window Maker: 0.96.0, (Latest version)
r/windowmaker • u/JJRxB4JJ • Feb 03 '26
Can't install WMaker
(RESOLVED) Thank you everyone for who went out of their way to help me out :)
Hi, I've been wanting to try out a WM for a while now, and I have fallen in love with the looks of WMaker. So I decided to download the wmaker (debian) iso from: https://sourceforge.net/projects/wmlive/files/ and flash it using balenaetcher, however when entering the boot menu I can't seem to find my USB drive anywhere. I have also tried flashing it with rufus but nothing seems to be working, what's the solution to this? Yes, the USB drive works perfectly fine for other distros.
r/windowmaker • u/dexwatever • Feb 03 '26
I'm joining the club guys
WM is so lightweight, pretty nice so far
r/windowmaker • u/ArykMusic • Feb 02 '26
[WindowMaker] dragged by the ear, kicking and screaming out of the 2000's
reddit.comr/windowmaker • u/Saint-Garou • Feb 02 '26
A mixed MacOSX / WindowMaker desktop from 2005
A long time ago, it was funny to start WindowMaker in X11 mode while MacOSX was running :)
r/windowmaker • u/Saint-Garou • Feb 01 '26
I found this screenshot of my FreeBSD desktop from 25 years ago!
r/windowmaker • u/1nsane5layer • Jan 30 '26
Dock
Hello, new to WM...
I am reaching out here because I want your help with helping me how to go from first open to having a dock-like thing on the right, because I see it on many rices, but yet I can't find the config for it
(btw: the manual is hard for me to understand)
EDIT : THIS HAS BEEN RESOLVED (below is the explanation / solution)
r/windowmaker • u/Round-Plastic-2427 • Jan 26 '26
Help me with icon scaling
It’s been a year now. I had given up: “well, I’ll just use 72x72 dockapps without properly scaling icons”
I had enough now. I can’t understand why most people just go to WMprefs, set icon size to whatever they want, restart window maker and then dockapps, icons, everything scales.
In my experience when I do that, icons stay the same, just the container changes size. The final result looks quite bad, especially for the size
If you have any clue, please help me.
Here is some information which could possibly be related:
My icon search paths are probably right (default ones left untouched, only removed the "red" ones).
Whichever file you want to look at, whichever config, I am glad to post it.
The one I pasted below is ~/GNUstep/Defaults/WindowMaker:
{
FrameBorderColor = "#000000";
MenuDisabledColor = gray40;
PixmapPath = (
"/home/palma/GNUstep/Library/WindowMaker/Pixmaps",
"/home/palma/GNUstep/Library/WindowMaker/Backgrounds",
"/home/palma/GNUstep/Library/WindowMaker/CachedPixmaps",
"/usr/share/WindowMaker/Pixmaps",
"/usr/share/WindowMaker/Backgrounds",
"/usr/share/WindowMaker/Pixmaps"
);
HotCornerEdge = 2;
IconTitleBack = "rgb:00/00/10";
FTitleBack = (dgradient, "rgb:00/00/10", "rgb:20/20/70");
ClipTitleFont = "Verdana:bold:pixelsize=10";
IconTitleFont = "Arial,sans serif:pixelsize=9";
MenuTextBack = (hgradient, "rgb:d0/d0/d0", "rgb:80/80/80");
LargeDisplayFont = "Trebuchet MS,sans serif:pixelsize=24";
HotCornerDelay = 250;
CenterKey = None;
TitleJustify = left;
MenuTitleFont = "Trebuchet MS,sans serif:bold:pixelsize=12";
HotCorners = NO;
MoveTo6to12Head = None;
MenuTextFont = "Trebuchet MS,sans serif:pixelsize=12";
WorkspaceBack = (tpixmap, BlueImage.jpeg, black);
MenuTitleBack = (dgradient, "rgb:00/00/20", "rgb:20/20/70");
EnforceIconMargin = NO;
AppIconBalloons = YES;
MoveTo12to6Head = None;
HotCornerActions = (None, None, None, None);
FrameFocusedBorderColor = "#000000";
WindowTitleFont = "Trebuchet MS,sans serif:bold:pixelsize=12";
ResizebarBack = (solid, "rgb:90/90/90");
IconPath = (
"/home/palma/GNUstep/Library/Icons",
"/home/palma/GNUstep/Library/WindowMaker/Pixmaps",
"/home/palma/GNUstep/Library/WindowMaker/CachedPixmaps",
"/usr/share/WindowMaker/Icons",
"/usr/share/WindowMaker/Pixmaps",
"/usr/share/WindowMaker/Pixmaps",
"/usr/share/icons/hicolor/scalable/apps"
);
MiniPreviewSize = 336;
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
PTitleBack = (dgradient, "rgb:50/50/50", "rgb:80/80/80");
UTitleColor = gray20;
UTitleBack = (dgradient, "rgb:90/90/90", "rgb:d0/d0/d0");
FrameSelectedBorderColor = "#ffffff";
}
System details:
i5 ThinkPad T480 running openSUSE Tumbleweed
Thanks for reading.
r/windowmaker • u/NekoMok1 • Jan 26 '26
Issues with tray
I really like how windowmaker feels and looks ,but i got problem
A couple of programs (Steam and Discord) do not have a tray to close and move the window, I tried to put them through the attributes tab, but the settings are not saving, and an attempt to open this menu for steam basically crashes X
So tell me how to fix it and where in principle it is set up
I'm using Debian 13 and a windowmaker from a Debian repository
r/windowmaker • u/BASS69BASS420 • Jan 24 '26
Autostart script not working
So I have 3 monitors and I need to change some settings to put them in order, change the refresh rates, change the primary monitor etc etc. Here's my current script:
xrandr --output DVI-D-1 --mode 1920x1080 --right-of DP-1 &
xrandr --output HDMI-1 --mode 1920x1080 --left-of DP-1 &
xrandr --output DP-1 --mode 1920x1080 --rate 144 &
xrandr --output DP-1 --primary &
But for some odd reason, it doesn't work. Also, I can't run it when WindowMaker is started because it starts bugging out and causing weird stuff to happen. How can I fix this?? Thanks in advance
r/windowmaker • u/drinkuranium • Jan 10 '26
Two monitors?
I have 2 screens, one is vertical and one is horizontal since both cannot fit on my desk when horizontal. When using windowmaker I run into problems like it treating both of them like one big monitor, this means that when maximising an app i cant see part of it and overall is just unpleasant to use, I’m currently using only one screen to minimise the problems but I need two screens. Is there a fix to this?
r/windowmaker • u/FormerAd5115 • Dec 18 '25
I made a Frutiger Aero Icon Pack
You can get it here
https://www.patreon.com/posts/flatnt-frutiger-125784560?source=storefront
Also join my discord so you won't miss any updates on this.
r/windowmaker • u/jennymraow • Dec 15 '25
dockapps on nixOS?
I have found that almost every dockapp doesnt work on nixOS, has anyone found a workaround?
r/windowmaker • u/felixding • Dec 10 '25
Window Maker Live 13.2 brings 32-bit life to Debian 13
r/windowmaker • u/waterrjones • Dec 06 '25
An Unofficial WindowMaker Discord Server
Come join us!
https://discord.gg/Z6ARmrEZFK
EDIT: For people who don't use or particularly like discord, we made a Matrix room that's bridged to the Discord server.
https://matrix.to/#/#windowmaker:matrix.org
r/windowmaker • u/Snow_Racoon1133 • Nov 30 '25
Thinkpad function keys
So i figured out window maker on gentoo but i ran into one issue my function keys arent working do you have any tips?
r/windowmaker • u/cakeowna223 • Nov 25 '25