tmux
What about the panes in tmux?*cough* csh
Sometimes, but the ttys are neither stacking nor tiling.
M2, but Tribblix to be more precise.I've always wanted to try Illumos. I imagine you'd have to have pretty generic (and old) hardware though?
Just keep a local copy of its source and (re)build as needed.fvwm2
...
will continue using it, as long as... when it's removed from the ports tree, which I hope and think will not happen in the next couple of years.
Doh! Yes, of course. Sometimes one does not think of most simplest things.Just keep a local copy of its source and (re)build as needed.
When it works, does the deed, and one is quite happy with it, why change?and I don't care about newer versions (currently 6.5). I'm happy with what I have.
I switched from Xmonad to DWM many years ago, and DWM provides exactly the same functionality as Xmonad.I swapped Xmonad for Mate.
HI Mate, some dwl tutorialsI switched from Xmonad to DWM many years ago, and DWM provides exactly the same functionality as Xmonad.
I haven't thought about Wayland, just discovered there exists DWM for Wayland.
as I always say it's always worth just to read here.I switched from Xmonad to DWM
Keymap manager for wlroots-based compositors. Inspired by which-key.nvim.
Since Windows key is useless, I define it to be the main modifier key in config.h:... Alt+Shift+Enter opens a terminal (st by default), alt+p opens dmenu ...
#define MODKEY Mod4Mask
I think everyone defines Mod4 key for its correct use - modifier lol.Since Windows key is useless, I define it to be the main modifier key in config.h:to use instead of Alt in all combinations.Code:#define MODKEY Mod4Mask
I might gonna have a look at it a bit closer! as i have some test-beds to try dwm.You really don't need to know C to edit dwm's config file. I have a little page which goes through some basics, https://srobb.net/dwm.html and better yet, that page has a link to a really good tutorial on Debian forums that goes through config.h line by line. If you just stick with their default, it isn't bad either. Alt+Shift+Enter opens a terminal (st by default), alt+p opens dmenu so you can put in any command you choose, firefox opens on tag (similar to workspace) 9, which can be confusing, it's one thing I always change, but anyway, the configuration isn't hard, even for someone who doesn't know C, like myself (that is, I don't know C, I see include stdio.h and read it as Studio H, maybe because I was around during the days of Studio 54 in NYC). Of course, it depends what you're used to, and like. For example, I tried i3m and didn't like it much, but I was already so used to dwm that everything felt wrong. Which might be the case for you if you try dwm, it's just different than i3m.
(And I'm making assumptions here--it may be that you are thinking of totally rewriting source code and can do it with these others, but generally, with dwm, one just copies config.def.h to config.h and edits that, so I'm assuming that that's all we're talking about.)
GlitchyDot I highly recommend the Debian forum post linked to on my page--it's for an older version, but very little has changed, and as I said before, it goes through config.h line by line./* If you want to use the windows key for MODKEY, use WLR_MODIFIER_LOGO */
#define MODKEY WLR_MODIFIER_ALT
Why don't you use kde-wayland on freebsd?On linux i use kde-wayland. On freebsd mostly jwm or lxqt.
There are loads of projects that provide that.I join the users who want a FreeBSD system with a default desktop environment