From 107cf086b9872f2f5a685e1df94a39e282035edb Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sun, 4 May 2025 02:03:01 +0100 Subject: [PATCH] changed hyprland.nix to use floorp --- home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index e629e40..dc301ee 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -42,7 +42,7 @@ exec-once = [ "[workspace name:comms silent; move -100%,100%] telegram-desktop" "[workspace name:comms silent; move -100%,-100%] signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" - # "[workspace name:comms silent; move 100%,100%] firefox https://web.whatsapp.com https://instagram.com" + "[workspace name:comms silent; move 100%,100%] floorp https://web.whatsapp.com https://instagram.com" "[workspace name:comms silent; move 100%,-100%] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland" ]; @@ -51,7 +51,7 @@ # Keybind for setting fullscreen "$mod, F11, fullscreen" # Keybinds for starting programs - "$mod, F, exec, firefox" + "$mod, F, exec, floorp" "$mod, 1, exec, alacritty" "$mod, D, exec, vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland" "$mod, space, exec, zsh -c 'wofi --show drun, run'"