summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/hypr/hyprland.conf9
-rw-r--r--.config/zsh/.zshrc1
2 files changed, 6 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index d12780c..1e6bb8c 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -58,6 +58,7 @@ exec-once = waybar & hyprpaper
exec-once = fcitx5 -d --replace
exec-once = clash-verge
exec-once = kdeconnectd
+#exec-once = sudo mount -o gid=1000,uid=1000,umask=0025,rw /dev/sda1 /home/pico/tmp
#############################
@@ -133,10 +134,10 @@ decoration {
active_opacity = 0.95
inactive_opacity = 0.85
- drop_shadow = true
- shadow_range = 4
- shadow_render_power = 3
- col.shadow = rgba(1a1a1aee)
+ shadow:enabled = true
+ shadow:range = 4
+ shadow:render_power = 3
+ shadow:color = rgba(1a1a1aee)
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index b2ad552..a29e216 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -13,6 +13,7 @@ alias music='tmux new-session -s $$ "tmux source-file ~/.config/ncmpcpp/tsession
alias wget="wget --hsts-file ~/.cache/wget-hsts"
alias dotfiles='/usr/bin/git --git-dir="$HOME/.local/dotfiles" --work-tree="$HOME"'
+
# Export PATH
#export PATH="$PATH:/home/pico/data/codes/scripts:/home/pico/.local/share/cargo/bin"
export PATH="$PATH:/home/pico/data/codes/scripts"