hyprland/sway: enable playerctl demon

This commit is contained in:
Aly Raffauf 2024-04-28 08:57:06 -04:00
parent 7a4bf6158d
commit 99663c79ba
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@
exec-once = ${idled} exec-once = ${idled}
exec-once = ${pkgs.swayosd}/bin/swayosd-server exec-once = ${pkgs.swayosd}/bin/swayosd-server
exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet
exec-once = ${pkgs.trayscale}/bin/trayscale --hide-window exec-once = ${pkgs.playerctl}/bin/playerctld
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {

View file

@ -338,7 +338,7 @@
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";} {command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
{command = "${pkgs.networkmanagerapplet}/bin/nm-applet";} {command = "${pkgs.networkmanagerapplet}/bin/nm-applet";}
{command = "${pkgs.swayosd}/bin/swayosd-server";} {command = "${pkgs.swayosd}/bin/swayosd-server";}
{command = "${pkgs.trayscale}/bin/trayscale --hide-window";} {command = "${pkgs.playerctl}/bin/playerctld";}
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch ${pkgs.cliphist}/bin/cliphist store";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch ${pkgs.cliphist}/bin/cliphist store";}
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch ${pkgs.cliphist}/bin/cliphist store";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch ${pkgs.cliphist}/bin/cliphist store";}
]; ];