From ece4c56ce3d637f97f6b72c2ee6b127c0a06358f Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 9 Apr 2026 10:20:46 +0100 Subject: [PATCH] Changed hyprland config to use `noctalia-cli` --- dot_config/hypr/hyprland.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index 0db657e..d5fb865 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -1,4 +1,4 @@ -exec-once = qs -c noctalia-shell # Here for now, until they fix systemd launching +exec-once = noctalia-cli start # Here for now, until they fix systemd launching # Some default env vars. env = XDG_CURRENT_DESKTOP,Hyprland @@ -18,17 +18,17 @@ $noteManagerSearch = walker-obsidian-search $literatureManager = zotero $localDocs = zeal $musicPlayer = spotify -$bluetoothManager = qs -c noctalia-shell ipc call controlCenter toggle +$bluetoothManager = noctalia-cli ipc call controlCenter toggle $officeSuite = onlyoffice-desktopeditors $fileManager = thunar $perfMonitor = missioncenter $terminalBackup = kitty $screenshot = hyprshot --mode region -o ~/Pictures/Screenshot/ -$lockscreen = qs -c noctalia-shell ipc call lockScreen lock -$powerMenu = qs -c noctalia-shell ipc call sessionMenu toggle +$lockscreen = noctalia-cli ipc call lockScreen lock +$powerMenu = noctalia-cli ipc call sessionMenu toggle $colorpicker = hyprpicker -a $emojipicker = walker -m symbols -$cheatsheet = qs -c noctalia-shell ipc call plugin:keybind-cheatsheet toggle +$cheatsheet = noctalia-cli ipc call plugin:keybind-cheatsheet toggle source = monitors.conf source = variables.conf