Hyprland 0.55.3
Hyprland 0.55.3をインストールしました。
現在の構成は以下の通り。
$ pacman -Q hyprland quickshell caelestia-cli caelestia-shell |
変化点
Hyprland
- Hyprlandの設定ファイルがluaになった。
https://wiki.hypr.land/Configuring/Start/
まだ現在の設定ファイルhyprland.conf(hyprlang)は有効のまま。
Caelestia
- SuperキーでCaelestiaのランチャーが起動しなくなった
https://github.com/caelestia-dots/caelestia/issues/434
調査
Hyprland
- luaへの完全移行は0.57〜0.58くらい?
https://hypr.land/news/update55/This does not mean your hyprlang config is now broken - it will still work, for a few releases.
- 設定ファイルは
~/.config/hypr/hyprland.lua - サンプル
https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.lua - グローバル変数
hlで設定する - ファイル分割(参照先ファイルの拡張子は不要で
.の扱いが変則的)-- refers to $XDG_CONFIG_HOME/hypr/awesomeconf/keybinds.lua
require("awesomeconf/keybinds")
-- refers to $XDG_CONFIG_HOME/hypr/awesomeconf/animation.lua
require("awesomeconf.animation") - 変換ツール
paru -S hyprlang2lua
hyprlang2lua ~/.config/hypr/hyprland.conf > ~/.config/hypr/hyprland.lua
mv ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf~
Caelestia
- Pull requests / Luafication
https://github.com/caelestia-dots/caelestia/pull/416 - Issues / [FEATURE] Future-proof update of the hyprland configuration
https://github.com/caelestia-dots/caelestia/issues/405 - Issues / [BUG] Launcher doesn’t open using Super/Windows-key
https://github.com/caelestia-dots/caelestia/issues/434
対策
TBD
Comments



