mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-06 14:01:43 +01:00
Updated hyprland and niri to use sone instead of spotify
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user