Omarchy 3.5 arriva con supporto completo a Intel Panther Lake, fix per laptop recenti e strumenti potenziati per sviluppatori. #Linux #ArchLinux #Hyprland
Omarchy 3.5 arriva con supporto completo a Intel Panther Lake, fix per laptop recenti e strumenti potenziati per sviluppatori. #Linux #ArchLinux #Hyprland
When I started using Linux last August, most of the configs I cloned from GitHub were massive monolith scripts. Then, I saw a screenshot of a terminal on Discord-- a simple `ls -la ~/.config/zsh` --and it changed everything. It was modular.
This person had broken theirs down into `.../{aliases,functions,env,path,prompt}.zsh`. I immediately copied the concept but gave it my own spin: `.../{utils,arch,mac,git,incus,docker,tmux}.zsh`.
I eventually applied that exact same structure to all my other tools: Hyprland, tmux, Waybar, Rofi...
Modular configuration is absolutely the way forward, and it seems to have been the standard for years. Yet, people still send me their 4,000-line monolith scripts asking, "Dil, what is wrong with my script?" Even after I have explained to them that they should refactor that monstrosity into smaller bits.
Steam client and games rendering in 720p?
I recently set up hyprland for the first time and I’m really enjoying it, however I noticed that the Steam client and games looked a little pixelated. Not blurry, just like, sharp pixels. Checking in the graphical settings of a game showed it was running at 720p. My screen is 1080p so this is a little odd. I’m running Arch on a Fujitsu Lifebook U749. Anyone know what’s up?
Quick pacman hook script to update hyprpm plugins when hyprland gets updated
Got annoyed by forgetting to run hyprpm update after each update of Hyprland on Arch so I made a quick pacman hook to automatically do it, just place (or symlink) it in /etc/pacman.d/hooks and make sure the file name ends in .hook: INI [Trigger] Operation = Upgrade Type = File Target = /usr/bin/hyprland [Action] Description = Update hyprpm plugins When = PostTransaction Exec = hyprpm update
Turns out I had being using the old hyprpaper config. Just updated it.