You are not logged in.

#261 Today 13:46:37

chroot
Member
Registered: 2024-12-12
Posts: 133

Re: 2026 Screenshot Thread

hhh wrote:

^ Thanks for the link!

Cosmic is... heavy. Idling at ~3.3 GB for the live session on my laptop with 12 available ram G things. GNOME is ~1.5 installed.

https://thumbs2.imgbox.com/a1/d0/eZMs3LXN_t.png

Nice so far, I like it. Maybe it can be slimmed down.

I did a quick test on Cosmic DE. It's noticeably heavy on memory. According to wiki, it's written in rust from scratch, but I can see the shadow of GNOME. No idea why every cosmic app is so hungry on memory, but it seems that the DE runs faster/smoother than GNOME. If the cpu/gpu runs cool, I don't mind heavy memory footprint. Use memory to gain speed is normal in programming.

Offline

#262 Today 16:29:16

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,878

Re: 2026 Screenshot Thread

ExT13sF8_t.png


You must unlearn what you have learned.
    -- yoda

Offline

#263 Today 17:41:13

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,835
Website

Re: 2026 Screenshot Thread

brontosaurusrex wrote:
hhh wrote:

Maybe it can be slimmed down.

Do share.

I'll have to install it. Maybe in a week, I'm still giving @malm feedback on labwc...

https://github.com/labwc/labwc/issues/3495
https://github.com/labwc/labwc/pull/350 … 4070359242

Anyone, are there move/resize keybinds for labwc? action="move" isn't doing anything as a keybind.


I don't care what you do at home. Would you care to explain?

Online

#264 Today 17:45:24

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,835
Website

Re: 2026 Screenshot Thread

chroot wrote:
hhh wrote:

^ Thanks for the link!

Cosmic is... heavy. Idling at ~3.3 GB for the live session on my laptop with 12 available ram G things. GNOME is ~1.5 installed.

https://thumbs2.imgbox.com/a1/d0/eZMs3LXN_t.png

Nice so far, I like it. Maybe it can be slimmed down.

I did a quick test on Cosmic DE. It's noticeably heavy on memory. According to wiki, it's written in rust from scratch, but I can see the shadow of GNOME. No idea why every cosmic app is so hungry on memory, but it seems that the DE runs faster/smoother than GNOME. If the cpu/gpu runs cool, I don't mind heavy memory footprint. Use memory to gain speed is normal in programming.

Agreed, the ol' "Unused RAM is wasted RAM." I'm looking forward to installing it.

Counterpoint... "Ubuntu Desktop 26.04 LTS requires a 2 GHz dual-core processor or better, a minimum of 6GB RAM and 25 GB of free hard drive space." Do I need my OS to suck up so much RAM? A wlroots system (labwc/niri/hyprland/sway) can run on 2G RAM hardware.

@PackRat, you've been posting some bangers, nice!


I don't care what you do at home. Would you care to explain?

Online

#265 Today 19:31:01

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,878

Re: 2026 Screenshot Thread

hhh wrote:

Anyone, are there move/resize keybinds for labwc? action="move" isn't doing anything as a keybind.

What sort of move? A keybinding that moves the active window 10px in a specified direction?

There are MoveToEdge and MoveRelative

    <keybind key="A-S-Left">
      <action name="MoveRelative">
        <x>-5</x>
        <y>0</y>
      </action>
    </keybind>

    <keybind key="A-Right">
      <action name="MoveToEdge" direction="right" />
    </keybind>

There is also SnapToEdge which is faux tiling

There is a man page - labwc-actions - for info on the various actions. And there should be a /usr/share/doc/labwc/rc.xml.all file for examples.


You must unlearn what you have learned.
    -- yoda

Offline

Board footer

Powered by FluxBB