From 104c290cab4ebb1bf911c9ef5635355075366875 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 5 May 2026 21:11:45 +0100 Subject: [PATCH] Updated hyprland and niri to use sone instead of spotify --- dot_config/hypr/hyprland.conf | 2 +- dot_config/niri/config.kdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index d31671b..0ff49be 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -18,7 +18,7 @@ $noteManager = obsidian $noteManagerSearch = walker-obsidian-search $literatureManager = zotero $localDocs = zeal -$musicPlayer = spotify +$musicPlayer = sone $bluetoothManager = $noctalia ipc call controlCenter toggle $officeSuite = onlyoffice-desktopeditors $fileManager = thunar diff --git a/dot_config/niri/config.kdl b/dot_config/niri/config.kdl index b656c78..50ccf90 100644 --- a/dot_config/niri/config.kdl +++ b/dot_config/niri/config.kdl @@ -52,7 +52,7 @@ binds { Mod+E hotkey-overlay-title="Launch the note manager" { spawn "obsidian"; } Mod+R hotkey-overlay-title="Launch the literature manager" { spawn "zotero"; } Mod+T hotkey-overlay-title="Launch the local documentation browser" { spawn "zeal"; } - Mod+Y hotkey-overlay-title="Launch the music player" { spawn "spotify"; } + Mod+Y hotkey-overlay-title="Launch the music player" { spawn "sone"; } Mod+U hotkey-overlay-title="Launch the control center" { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "controlCenter" "toggle"; } Mod+I hotkey-overlay-title="Launch the office suite" { spawn "onlyoffice-desktopeditors"; } Mod+O hotkey-overlay-title="Launch the file manager" { spawn "thunar"; }