Updated hyprland and niri to use sone instead of spotify

This commit is contained in:
2026-05-05 21:11:45 +01:00
parent 3131dc2b05
commit 104c290cab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"; }