diff --git a/_imgs/12-years-linux-journey.png b/_imgs/12-years-linux-journey.png new file mode 100644 index 0000000..0c02bc3 Binary files /dev/null and b/_imgs/12-years-linux-journey.png differ diff --git a/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md b/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md index ff3a322..c50adc3 100644 --- a/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md +++ b/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md @@ -139,7 +139,7 @@ I use the following extensions: ### Some tweaks/tips -- Disable the "Activities" hot corner, it's very annoying. +- Disable the "Activities" hot corner if you don't like it. - Set a fixed number of workspaces. That way, you can have pre-defined apps for each workspace number. - If an app supports Wayland, please use it, it will improve your experience by a lot. Running apps through Xwayland is not bad, but it's not the same as running them natively and you'll notice it. - You can use [xorg-xeyes](https://www.archlinux.org/packages/extra/x86_64/xorg-xeyes/) to check if an app is running through Xwayland or not, just run `xeyes` in your terminal and move the mouse on the app's surface. If you see the eyes moving, it's running through Xwayland, if you don't, it's running natively. diff --git a/_posts/2024-02-03-linux-my-thoughts-after-a-12-year-journey.md b/_posts/2024-02-03-linux-my-thoughts-after-a-12-year-journey.md new file mode 100644 index 0000000..dcf9a1b --- /dev/null +++ b/_posts/2024-02-03-linux-my-thoughts-after-a-12-year-journey.md @@ -0,0 +1,17 @@ +--- +layout: post +title: 'Linux: my thoughts after a 12 year journey' +date: 2024-02-03 21:25 -0500 +categories: ['linux', 'archlinux', 'desktop', 'development'] +tags: ['linux', 'archlinux', 'desktop', 'development'] +author: edu4rdshl +image: + path: /12-years-linux-journey.png + alt: Image generated by Bing +--- + +Let me share what I've learned after 13 years of using Linux as my main operating system. + +## Background + +I started using Linux in 2011, I was a Windows user, but I was curious about Linux, so I decided to give it a try. I started with Ubuntu, and I was very happy with it, but I wanted to learn more about Linux, so I decided to try ArchLinux, and I've been using it since then.