LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   A window manager that is configured completely in .Xdefaults? (https://www.linuxquestions.org/questions/linux-desktop-74/a-window-manager-that-is-configured-completely-in-xdefaults-4175602092/)

linuxlicious 03-18-2017 05:36 PM

A window manager that is configured completely in .Xdefaults?
 
I'm looking for a simple window manager, preferably a tiler, that can be completely configured in .Xdefaults. I like the idea of having one config file for everything (windowmanager, Xterm, anything that can be configured in Xdefaults) it also would be nice if it would support completely configurable, master-less grid tiling (# of tiles, height & width of individual tiles, which program opens in what tile, etc.) any suggestions?

ondoho 03-19-2017 03:02 AM

none that i know of.
even twm has its own config file.
possible, though.
i know some window managers that have NO configuration files whatsoever.
that count?

oh, and i think some had only 2 colors to be configured, maybe even via X resources.
could've been one of those:
Code:

bspwm cwm dwm spectrwm echinus jbwm lwm

linuxlicious 03-19-2017 04:16 AM

I found out that yeahwm is completely configured in the Xdefaults but it's not really the kind of WM I'm looking for (tiler with configurable grid layout) but I do like the movable tabs. I'm still open for more suggestions.

Shadow_7 03-20-2017 10:08 AM

Most have a .{wm}rc type file for configuration. Which is optional. I like cwm. Not technically a tiler, but hotkeys to toggle max width, max height, fullscreen, or kill, which I find very useful. And various hotkeys to move and resize windows, all the bells and whistles of a normal wm, but none of the pixel waste. There's dwm that is a tiler (by default). I'm not really a fan of tilers, okay for some dev scenarios, but for day to day tasks and gui design, an impedance IMO.

If there's something that I use often enough, I designate a hotkey that launches a bash script to set it up. Things like wmctrl make such things easy. If I end up with a lot of scripts, I'll merge them into one script that takes a single parameter and call the script with a parameter to do that portion only. I'm much more likely to backup a bash script than a config file that starts with a dot in my opinion. Plus the script functions mostly the same for any disto and any desktop.


All times are GMT -5. The time now is 03:15 AM.