diff options
author | mms <michal@sapka.me> | 2024-09-04 22:16:27 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-09-04 22:16:27 +0200 |
commit | 08a136be1b880573eb3685ebc0cb37f4b8bc7d87 (patch) | |
tree | 3662e9ab5cc0b541868c6f1d04968fc87450db6f /content-org | |
parent | 511456c148951b24c183b9ff56bd093f66133fbb (diff) |
fvwm: wd
Diffstat (limited to 'content-org')
-rw-r--r-- | content-org/blog.org | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/content-org/blog.org b/content-org/blog.org index b7a1577..cb74ec5 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -8,13 +8,64 @@ #+HUGO_SECTION: blog -* 2024 [62/63] :@blog: +* 2024 [63/64] :@blog: :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2024 :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600 :EXPORT_HUGO_PAIRED_SHORTCODES: image yt :END: +** DONE Fvwm - day 3 (window decoration) +CLOSED: [2024-09-04 Wed 22:16] +:PROPERTIES: +:EXPORT_FILE_NAME: fvwm-part-3 +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract Adjusting Fvwm to my basic instincts +:END: + +Mission for today: window decoration. +In Xorg, the WM is responsible for drawing titlebars, borders and so on. +Those are the =decorations=. + +By default, Fvwm comes with a modern, flat design. +A bit boring for my test. + +#+attr_shortcode: :file fvwm-wd-vanila.png +#+attr_shortcode: :alt Screenshot of St terminal editor +#+attr_shortcode: :class centered +#+begin_image +Default look +#+end_image + +What I want is the [[https://en.wikipedia.org/wiki/Motif_%28software%29][Motif]] style. +It's as cool as it gets - my taste in design is evolving, just backwards. + +Luckily, Fvwm has me covered here! +This [[https://www.fvwm.org/Wiki/Decor/CDE/][decor]] is ready to use. +It even comes with multiple colours to choose from. +All I had to do is to add the decor from documentation and replace colours. + +For me, I've chosen the SkyRed colours. +This is an escape from the gray hell of Apple design. + +I've also: +- made the title bar a bit taller. + I've got 4k monitor, after all. +- move the title of the window to the left. + +This resulted in this marvel: + +#+attr_shortcode: :file fvwm-wd-cde.png +#+attr_shortcode: :alt Screenshot of St terminal editor +#+attr_shortcode: :class centered +#+begin_image +3D madness! +#+end_image + +You can easily change all the sizes, colours - but I am happy with this. +I have also decided not to modify any buttons in the title bar - but it's also straightforward. + +In 10 minutes (including finding out how) I've done what MacOS makes impossible. +Now I really don't want to return to that gray pit. ** DONE Multi OS life is terrible CLOSED: [2024-09-04 Wed 10:53] |