From f822ccdd7299d214b5b10f07c6b2b490320e413f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 27 Mar 2024 22:33:33 +0100 Subject: [PATCH] [hyprland] centre clipse --- nix/home/hyprland/hyprland-execution.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home/hyprland/hyprland-execution.nix b/nix/home/hyprland/hyprland-execution.nix index 4b8e9b7..65bf4f7 100644 --- a/nix/home/hyprland/hyprland-execution.nix +++ b/nix/home/hyprland/hyprland-execution.nix @@ -33,6 +33,7 @@ # center apps exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "solaar" --title "solaar" + exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "clipse" --title "Alacritty" exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "nostt" --title "Alacritty" exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "nmtui" --title "Alacritty" exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "Rofi" --title "rofi -  Apps"