From ef88a7f2a9b5133a56e5df4eab2e0b2726023d90 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Oct 2023 08:32:20 +0100 Subject: [PATCH] Change hyprland auto-starts --- home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 9850997f..1f684b7f 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -114,7 +114,7 @@ in '' bind = SUPER ALT, A, exec, [workspace 4] alacritty -e khal interactive bind = SUPER ALT, F, exec, [workspace 5] thunar bind = SUPER ALT, S, exec, [workspace 6] spot - bind = SUPER ALT, C, exec, [workspace 7] signal-desktop + bind = SUPER ALT, C, exec, [workspace 7] fractal bind = SUPER ALT, R, exec, [workspace 8] remmina bind = SUPER ALT, G, exec, [workspace 9] steam @@ -287,5 +287,5 @@ in '' exec-once = kidex exec-once = emacs exec-once = firefox - exec-once = signal-desktop + exec-once = fractal ''