diff --git a/.config/hypr/config/general.conf b/.config/hypr/config/general.conf index 600efc8..3a5240b 100644 --- a/.config/hypr/config/general.conf +++ b/.config/hypr/config/general.conf @@ -85,7 +85,7 @@ misc { # https://wiki.hyprland.org/Configuring/Variables/#input input { - kb_layout = de + kb_layout = us kb_variant = kb_model = kb_options = diff --git a/.config/hypr/config/programs.conf b/.config/hypr/config/programs.conf index c4e91c0..cd63bc0 100644 --- a/.config/hypr/config/programs.conf +++ b/.config/hypr/config/programs.conf @@ -15,6 +15,7 @@ exec-once = [workspace 1 silent] $terminal exec-once = [workspace 6 silent] $spotify # exec-once = [workspace 7 silent] $steam +exec-once = XDG_MENU_PREFIX=arch- kbuildsycoca6 exec-once = waybar exec-once = hyprpaper exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP diff --git a/.zshrc b/.zshrc index 2e25119..0d8d134 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,5 @@ +fastfetch + # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below. @@ -82,7 +84,6 @@ plugins=(git z zsh-autosuggestions zsh-syntax-highlighting ) source $ZSH/oh-my-zsh.sh -fastfetch # User configuration # export MANPATH="/usr/local/man:$MANPATH" @@ -111,3 +112,6 @@ fastfetch # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +path+=('/home/zam/Projects/Odin') +export path