From e87647d28751465547486ee6fb65b3d9ad4e9e8f Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Fri, 26 Aug 2022 14:48:54 -0400 Subject: [PATCH] [+] restart-kwin --- scripts/zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 484a400..18d3464 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -43,6 +43,7 @@ alias mount-external='sudo mount -t cifs //192.168.2.1/external /smb/external -o alias ds-clean="sudo find ./ -name \".DS_Store\" -depth -exec rm {} \;" alias clean-empty-dir="find . -type d -empty -delete -print" alias compress-zst="tar -I 'zstd -T36 -19' --checkpoint=.1024 --totals -c -f" +alias restart-kwin="DISPLAY=:0 setsid kwin_x11 --replace" alias catt="echo 🐱" alias update-ssh-keys="curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys"