Add odin support and fix Dolphin

This commit is contained in:
Pablu23
2024-06-26 11:16:44 +02:00
parent 9030a4ed38
commit 93f3acca75
3 changed files with 7 additions and 2 deletions

View File

@@ -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 =

View File

@@ -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

6
.zshrc
View File

@@ -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