Optionally before editing configuration files backup your previous configuration located in:
pikman install noctalia-shell
Open your ~/.config/hypr/exec.conf
Remove or comment out (
#) the following line:
exec-once=pikabar
Optionally you can disable swww sinds noctalia comes with its own wallpaper manager
Remove or comment out (
#) the following line
spawn-at-startup "swww-daemon"
Add the following to your ~/.config/hypr/exec.conf
exec-once = qs -c noctalia-shell
Noctalia uses its own launcher. Replace the default keybind in ~/.config/hypr/keybinds.conf
Old configuration:
bind=$mainMod,D,exec,pikabar-launcher
New configuration:
bind=$mainMod,D,exec,qs -c noctalia-shell ipc call launcher toggle
Check out the official Noctalia Wiki for additional window appearance and blur configuration options.
https://docs.noctalia.dev/v4/getting-started/compositor-settings/hyprland/
Restart your session to see the changes.
Optionally before editing configuration files backup your previous configuration located in:
pikman install noctalia-shell
Open ~/.config/niriconfig.kdl.
Remove or comment out (
//) the following line
spawn-at-startup "pikabar"
Optionally you can disable swww sinds noctalia comes with its own wallpaper manager
Remove or comment out (
//) the following line
spawn-at-startup "swww-daemon"
Add the following line to ~/.config/niri/config.kdl
spawn-at-startup "qs" "-c" "noctalia-shell"
Noctalia uses its own launcher. Replace the default keybind in ~/.config/niri/config.kdl.
Old configuration:
Mod+D { spawn "pikabar-launcher"; }
New configuration:
Mod+D { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "launcher" "toggle"; }
To ensure the wallpaper layer renders correctly, add or adjust the following layer-rule:
layer-rule {
match namespace="^noctalia-wallpaper*"
place-within-backdrop true
}
Check out the official Noctalia Wiki for additional background and overview configuration options.
https://docs.noctalia.dev/v4/getting-started/compositor-settings/niri/
Restart your session to see the changes.