From b6041ae724fffa9632303e654472127192af7151 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Sat, 15 Jun 2024 21:51:16 +0900 Subject: [PATCH] fix: fix some paths --- home/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/sway/default.nix b/home/sway/default.nix index e524eaa..f2331a1 100644 --- a/home/sway/default.nix +++ b/home/sway/default.nix @@ -65,7 +65,7 @@ lib.mkOptionDefault { # TODO: Update to use nixpkgs version of cliphist "${mod}+p" = "exec cliphist wipe & ${pkgs.swaylock}/bin/swaylock"; - "${mod}+Shift+p" = "exec ${pkgs.rofi}/bin/rofi -show p -modi p:rofi-power-menu"; + "${mod}+Shift+p" = "exec rofi -show p -modi p:rofi-power-menu"; # Reload the config file "${mod}+Shift+c" = "reload"; # Kill the focused window @@ -125,7 +125,7 @@ { command = "${pkgs.swaynotificationcenter}/bin/swaync"; } { command = "${pkgs.nextcloud-client}/bin/nextcloud --background"; } { command = "${pkgs.kdeconnect}/bin/kdeconnect-indicator"; } - { command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge --no-window"; } + { command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"; } { command = "${set-background}/bin/set-background -f ${wallpaper}"; always = true;