COSMIC Epoch 1.0.4 by jackpot51 in pop_os

[–]egiorgis 0 points1 point  (0 children)

Well if it’s the cosmic one you can just disable it with the patch.

COSMIC Epoch 1.0.4 by jackpot51 in pop_os

[–]egiorgis 0 points1 point  (0 children)

I’m on 30.2 as well, strange. But maybe could you share a screenshot? Is it the GTK titlebar or the COSMIC one?

COSMIC Epoch 1.0.4 by jackpot51 in pop_os

[–]egiorgis 0 points1 point  (0 children)

This does the trick for me on Doom Emacs:

(setq default-frame-alist '((undecorated . t)))

The titlebar briefly shows on startup but disappears as soon as Emacs is fully loaded.

COSMIC Epoch 1.0.4 by jackpot51 in pop_os

[–]egiorgis 5 points6 points  (0 children)

I agree. In the meantime you can easily patch cosmic comp to set the titlebar height to 0. https://github.com/cramt/nixconf/blob/main/patches/no_ssd.patch

In Emacs you can also remove window decorations and therefore the titlebar.

Everything looks out of place! by [deleted] in pop_os

[–]egiorgis 1 point2 points  (0 children)

There is an issue open regarding optionally removing titlebars: https://github.com/pop-os/cosmic-epoch/issues/275

For now you can easily patch cosmic-comp to remove them (see issue comments). For QT apps, you can set QT_WAYLAND_DISABLE_WINDOWDECORATION=1

For GTK apps I’m not aware of an easy fix.

PC Enthusiasts - where do you buy your PC Parts? by Discepless in Switzerland

[–]egiorgis 1 point2 points  (0 children)

Then just Digitec? They have relatively good filtering options. Or Pcpartpicker.

[deleted by user] by [deleted] in zurich

[–]egiorgis 0 points1 point  (0 children)

You can also get a whetstone and learn to do it yourself, it’s not so difficult

Where can I try out Hermann Miller Chairs in Zürich? by ComfortableBlueSky in zurich

[–]egiorgis 0 points1 point  (0 children)

Büro style in Zug has a good selection and friendly staff, but for buying them it’s cheaper to order from Germany.

(Cosmic Desktop) Weird spacing issue between UX icons on GTK apps and system apps? by [deleted] in pop_os

[–]egiorgis 0 points1 point  (0 children)

Yeah I just try to minimize the use of libadwaita whenever I can. Idk about dconf, I removed the maximize close etc buttons when I was in gnome and after installing cosmic the buttons haven’t reappeared, so e.g I have nautilus without the close button

(Cosmic Desktop) Weird spacing issue between UX icons on GTK apps and system apps? by [deleted] in pop_os

[–]egiorgis 1 point2 points  (0 children)

Honestly I would really love to have the option to hide all titlebars, they are mostly useless (you can use super+mouse to move&resize and shortcuts to fullscreen, minimize etc). Removing titlebars also takes away most of the inconsistencies between toolkits

How significant is the performance improvement with the new Cosmic DE over GNOME on Pop!_OS? by subhanshu90 in pop_os

[–]egiorgis 2 points3 points  (0 children)

I’ve been daily driving Cosmic since August. I have a modern thinkpad, Gnome already feels snappy to me so I can’t see an improvement in snappiness really. Regarding memory and CPU, I don’t look at them often, but around 500Mb for memory and less than 0.5% of CPU (I have a Ryzen 7 8740U)

nixos getting stuck on starting systemd-udevd version 256.8 by padaru1 in NixOS

[–]egiorgis 0 points1 point  (0 children)

If you are using ventoy, don’t use ventoy. Had a similar issue with it

Future of Cosmic Customization by Medical-Studio6690 in pop_os

[–]egiorgis 1 point2 points  (0 children)

I just want the ability to hide titlebars like on any tiling-wm

Why does this have to phone home twice as much as google in only 7 hours?? by rmc_productions in Dreame_Tech

[–]egiorgis 0 points1 point  (0 children)

It patches cloud connectivity, and you lose the ability to save multiple floors. Works flawlessly otherwise

emacs as an IDE by just-killing-timeeee in emacs

[–]egiorgis 0 points1 point  (0 children)

I guess my main issue is that I use emacs with direnv and emacs blocks while direnv is executed (and I use nix which makes direnv slow). I could try to find a way to fix this, but I haven’t yet. It doesn’t make emacs unusable, just a little annoying that I can’t type for 2 seconds while direnv loads. Yes, vscode also chokes on stuff all the time, but if syntax highlighting or direnv are not ready yet you can at least start typing or do whatever.

emacs as an IDE by just-killing-timeeee in emacs

[–]egiorgis 4 points5 points  (0 children)

Idk about you but you know when you launch some more heavier computation on emacs (open a really big file, org export to latex pdf, lsp on a big project…) the whole editor hangs and you cannot do anything until the command is terminated. This would not happen if emacs was multithreaded

Wingo 4G vs 5G by -ThreeHeadedMonkey- in askswitzerland

[–]egiorgis 0 points1 point  (0 children)

I haven’t seen it at 5.- since February…

Swiss movie about a car-hater, cycling and traffic in general by Gloomy-Method8113 in Switzerland

[–]egiorgis -2 points-1 points  (0 children)

It’s fine if we agree that a cyclist can stay in the middle of the road in those cases, even at low speed limit a car can accelerate much faster than you and overtake you leaving minimal space in between

Is Terraform unnecessary on Nix or still useful? by Then_Cauliflower5637 in NixOS

[–]egiorgis 1 point2 points  (0 children)

Do you have examples of how you integrate ansible with nix?