Trisquel 12 (ecne) background
It was a nice surprise to see it after updating my system today.
| Attachment | Size |
|---|---|
| ecne.jpg | 709.53 KB |
Hi Avron, you setup is absolutely beautiful, how can I replicate using Trisquel Mini?
Looks like dwm [1] with some polybar [2] or lemonbar [3].
[1] https://dwm.suckless.org/
[2] https://packages.trisquel.org/aramo/polybar
[3] https://packages.trisquel.org/aramo/lemonbar
This is just MATE with dwm.
I did the following in config.def.h:
static const Rule rules[] = {
/* xprop(1):
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ "Mate-panel", NULL, NULL, 0, 1, -1 },
};(make Mate-panel floating)
static const char *termcmd[] = { "x-terminal-emulator", NULL };
(use default terminal, mate-terminal, instead of st)
I applied the dwm-sticky and dwm-stickyindicator to have the MATE panel in all dwm tags.
Then I did
$ gsettings set org.mate.background show-desktop-icons false $ gsettings set org.mate.session.required-components windowmanager dwm
And I created file ~/.config/autostart/dwm.desktop file (the previous command prevents marco from starting but won't actually start dwm)
[Desktop Entry] Name=dwm Comment=dynamic window manager Exec=dwm Icon=dwm Type=Application
I also use the azerty patch, because my keyboard layout is azerty, I change the modifier key to Mod4 (Super) and I use tagshift (shift tag with Mod+Left or Mod+Right).
Beautiful. How far are we from the actual release, you reckon?

