From f3d1ad65dd786bbfff1dd01fab4072df7649c2f9 Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 30 Jan 2025 21:47:31 -0300 Subject: [PATCH] update hyprland setup --- config/hypr/hyprland.conf | 8 +++++++- config/zsh/zshrc | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index dcbbe12..26d4308 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -10,8 +10,12 @@ # │ Autostart apps │ # ╰──────────────────────────────────────────────────────────╯ -# Execute your favorite apps at launch +# ── System apps ───────────────────────────────────────────────────────── exec-once = pipewire +exec-once = udieskie +exec-once =/ usr/libexec/polkit-gnome-authentication-agent-1 + +# ── Utils ─────────────────────────────────────────────────────────────── exec-once = waybar exec-once = hyprpaper exec-once = mako @@ -106,6 +110,8 @@ master { # │ Windows rules │ # ╰──────────────────────────────────────────────────────────╯ +windowrulev2 = float, class:org.gnome.Nautilus + # ╭───────────────────────────────────────────────────────────╮ # │ Workspaces rules │ # ╰───────────────────────────────────────────────────────────╯ diff --git a/config/zsh/zshrc b/config/zsh/zshrc index 33e96a1..97253dc 100644 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -6,6 +6,8 @@ # ╭──────────────────────────────────────────────────────────╮ # │ Preoload stuff │ # ╰──────────────────────────────────────────────────────────╯ + +export $HOME/.zprofile # Set the directory we want to store zinit and plugins ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit" @@ -197,6 +199,6 @@ eval "$(zoxide init --cmd cd zsh)" eval "$(starship init zsh)" {{ /if ~}} -{{ #if dotter.packages.mise }} +{{ #if (is_executable "mise") }} eval "$(mise activate zsh)" {{ /if ~}}