feat: Add opacity keybinds, replace hyprpaper with swww and update windowrules

This commit is contained in:
2025-06-16 17:53:21 +10:00
parent 33f640a9d3
commit f1d33ebd85
10 changed files with 105 additions and 16 deletions

4
.zshrc
View File

@@ -76,9 +76,11 @@ alias open='xdg-open'
alias ani-cli='FZF_DEFAULT_OPTS= ani-cli'
# Personal scripts
for cmd in opacity op blur music venv copy upload upload_latest_video ts hold message dockerstart dockerstop domains fix_touchpad wallpaper; do
for cmd in opacity op blur music copy upload upload_latest_video ts hold message dockerstart dockerstop domains fix_touchpad wallpaper; do
alias $cmd="$HOME/scripts/${cmd}.sh"
done
alias venv="source $HOME/scripts/venv.sh"
alias upload_latest_video='$HOME/scripts/upload_latest_video.py'
alias domains='$HOME/scripts/domains.py'