home/sway: fix faulty helpers

This commit is contained in:
Aly Raffauf 2024-07-21 21:26:27 -04:00
parent 1fc99a0d6a
commit 23ad89f6cf
2 changed files with 4 additions and 2 deletions

View file

@ -224,7 +224,7 @@ in {
else "${lib.getExe pkgs.swaybg} -i ${cfg.theme.wallpaper}"; else "${lib.getExe pkgs.swaybg} -i ${cfg.theme.wallpaper}";
} }
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";} {command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
{command = scripts.idleD;} {command = "${scripts.idleD}";}
{command = lib.getExe pkgs.autotiling;} {command = lib.getExe pkgs.autotiling;}
{command = lib.getExe' pkgs.blueman "blueman-applet";} {command = lib.getExe' pkgs.blueman "blueman-applet";}
{command = lib.getExe' pkgs.networkmanagerapplet "nm-applet";} {command = lib.getExe' pkgs.networkmanagerapplet "nm-applet";}
@ -316,7 +316,7 @@ in {
bindsym --locked XF86AudioRaiseVolume exec ${helpers.volume.up} bindsym --locked XF86AudioRaiseVolume exec ${helpers.volume.up}
bindsym --locked XF86AudioLowerVolume exec ${helpers.volume.down} bindsym --locked XF86AudioLowerVolume exec ${helpers.volume.down}
bindsym --locked XF86AudioMute exec ${helpers.volume.mute} bindsym --locked XF86AudioMute exec ${helpers.volume.mute}
bindsym --locked XF86AudioMicMute exec ${helpers.mic.mute} bindsym --locked XF86AudioMicMute exec ${helpers.volume.micMute}
bindsym --locked XF86AudioPlay exec ${helpers.media.play} bindsym --locked XF86AudioPlay exec ${helpers.media.play}
bindsym --locked XF86AudioPrev exec ${helpers.media.prev} bindsym --locked XF86AudioPrev exec ${helpers.media.prev}
bindsym --locked XF86AudioNext exec ${helpers.media.next} bindsym --locked XF86AudioNext exec ${helpers.media.next}

View file

@ -22,6 +22,8 @@
}; };
}; };
ar.home.desktop.sway.enable = true;
ar.home.desktop.hyprland = { ar.home.desktop.hyprland = {
laptopMonitors = ["desc:Samsung Display Corp. 0x4152,preferred,auto,2,transform,0"]; laptopMonitors = ["desc:Samsung Display Corp. 0x4152,preferred,auto,2,transform,0"];