update hyprland setup

This commit is contained in:
Alexander Navarro 2025-01-30 21:47:31 -03:00
parent a73923eb7b
commit f3d1ad65dd
2 changed files with 10 additions and 2 deletions

View file

@ -10,8 +10,12 @@
# │ Autostart apps │ # │ Autostart apps │
# ╰──────────────────────────────────────────────────────────╯ # ╰──────────────────────────────────────────────────────────╯
# Execute your favorite apps at launch # ── System apps ─────────────────────────────────────────────────────────
exec-once = pipewire exec-once = pipewire
exec-once = udieskie
exec-once =/ usr/libexec/polkit-gnome-authentication-agent-1
# ── Utils ───────────────────────────────────────────────────────────────
exec-once = waybar exec-once = waybar
exec-once = hyprpaper exec-once = hyprpaper
exec-once = mako exec-once = mako
@ -106,6 +110,8 @@ master {
# │ Windows rules │ # │ Windows rules │
# ╰──────────────────────────────────────────────────────────╯ # ╰──────────────────────────────────────────────────────────╯
windowrulev2 = float, class:org.gnome.Nautilus
# ╭───────────────────────────────────────────────────────────╮ # ╭───────────────────────────────────────────────────────────╮
# │ Workspaces rules │ # │ Workspaces rules │
# ╰───────────────────────────────────────────────────────────╯ # ╰───────────────────────────────────────────────────────────╯

View file

@ -6,6 +6,8 @@
# ╭──────────────────────────────────────────────────────────╮ # ╭──────────────────────────────────────────────────────────╮
# │ Preoload stuff │ # │ Preoload stuff │
# ╰──────────────────────────────────────────────────────────╯ # ╰──────────────────────────────────────────────────────────╯
export $HOME/.zprofile
# Set the directory we want to store zinit and plugins # Set the directory we want to store zinit and plugins
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit" ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit"
@ -197,6 +199,6 @@ eval "$(zoxide init --cmd cd zsh)"
eval "$(starship init zsh)" eval "$(starship init zsh)"
{{ /if ~}} {{ /if ~}}
{{ #if dotter.packages.mise }} {{ #if (is_executable "mise") }}
eval "$(mise activate zsh)" eval "$(mise activate zsh)"
{{ /if ~}} {{ /if ~}}