Trisquel 12 (ecne) background

4 replies [Last post]
Avron

I am a translator!

Offline
Joined: 08/18/2020

It was a nice surprise to see it after updating my system today.

AttachmentSize
ecne.jpg709.53 KB
paolo
Offline
Joined: 08/02/2017

Hi Avron, you setup is absolutely beautiful, how can I replicate using Trisquel Mini?

남작
Offline
Joined: 08/19/2025
Avron

I am a translator!

Offline
Joined: 08/18/2020

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).

prvteprts

I am a member!

Offline
Joined: 09/30/2010

Beautiful. How far are we from the actual release, you reckon?