Updated configs to most recent color scheme. Added some windowrules to hyprland, removed hyprpanel

This commit is contained in:
2025-10-19 02:23:06 -04:00
parent a25da04e3c
commit c041170257
22 changed files with 125 additions and 160 deletions

View File

@@ -28,8 +28,8 @@ ZSH_THEME="agnoster"
# HYPHEN_INSENSITIVE="true"
# Uncomment one of the following lines to change the auto-update behavior
# zstyle ':omz:update' mode disabled # disable automatic updates
zstyle ':omz:update' mode auto # update automatically without asking
zstyle ':omz:update' mode disabled # disable automatic updates
# zstyle ':omz:update' mode auto # update automatically without asking
# zstyle ':omz:update' mode reminder # just remind me to update when it's time
# Uncomment the following line to change how often to auto-update (in days).
@@ -109,6 +109,7 @@ export EDITOR="$(which nvim)"
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias update="rpm-ostree upgrade"
# User specified environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then