mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
hyprland/sway: enable playerctl demon
This commit is contained in:
parent
7a4bf6158d
commit
99663c79ba
|
@ -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 {
|
||||||
|
|
|
@ -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";}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue