feat(hyprland): hyprland music controls
This commit is contained in:
parent
57c4933610
commit
ae1dbae7c9
5 changed files with 11 additions and 10 deletions
|
@ -1,8 +1,10 @@
|
|||
{ config }:
|
||||
{ config, pkgs }:
|
||||
let
|
||||
term = config.defaultApplications.terminal;
|
||||
shell = config.myShells.defaultShell;
|
||||
in
|
||||
[
|
||||
"${term} --title=autorun ${shell}"
|
||||
"${pkgs.mpris-notifier}/bin/mpris-notifier"
|
||||
"${pkgs.mpd-discord-rpc}/bin/mpd-discord-rpc"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue