@linuxgram · Post #18260 · 31.03.2026 г., 15:19
🪄 [Hyprland] As fluid as it gets... By Ilyamiro on Reddit: https://www.reddit.com/r/unixporn/s/pZXwQi5Hyk #hyprland
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #214 · 12 фев.
Как правильно проверить атрибуты доступа файла? То есть доступна ли запись в файл или является ли он исполняемым? Для этого в Python есть функция os.access() Проверять так: os.access(path, flag) Функция вернёт bool в зависимости от наличия указанного флага. Всего есть 4 флага проверки: os.F_OK - наличие файла на диске os.R_OK - доступ на чтение os.W_OK - доступ на запись os.X_OK - доступ на исполнение Например, вместо try-except лучше делать так (пример из документации): if os.access("myfile", os.R_OK): with open("myfile") as fp: return fp.read() #basic#libs
Пребарај: #hyprland
@linuxgram · Post #18260 · 31.03.2026 г., 15:19
🪄 [Hyprland] As fluid as it gets... By Ilyamiro on Reddit: https://www.reddit.com/r/unixporn/s/pZXwQi5Hyk #hyprland
Hashtags
@gnulinuxlatino · Post #21392 · 25.03.2026 г., 20:08
Probando #Hyprland por primera vez en #openSUSE Tumbleweed https://victorhckinthefreeworld.com/2026/03/25/probando-hyprland-por-primera-vez-en-opensuse-tumbleweed/
@githubtrending · Post #15286 · 10.11.2025 г., 14:00
#qml#dotfiles#hyprland#linux#material_design#quickshell#rice#ricing#unixporn#wayland This Hyprland dotfiles setup gives you a modern, easy-to-use Linux desktop with features like a live app overview, AI integration (Gemini and Ollama), and automatic, beautiful color themes that match your wallpaper. Installation is simple with a one-line command, and the default keybinds are familiar if you’ve used Windows or GNOME. The system uses Quickshell for widgets (not Waybar), shows every command during setup for transparency, and offers a friendly Discord community for help. You benefit from a polished, customizable environment that’s both visually appealing and practical, with support for new users and advanced customization options. https://github.com/end-4/dots-hyprland