Plasma things.

This commit is contained in:
2026-02-14 11:23:45 -05:00
parent 763b90ef33
commit 3ed7467572
2 changed files with 487 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ else
# Clear kscreen cached settings
alias ,kscreen='rm -rf ~/.local/share/kscreen/*'
# Restart plasmashell
alias ,plasmashell='sudo pkill plasmashell && plasmashell --replace &> /dev/null &'
alias ,plasmashell='plasmashell --replace &> /dev/null &'
alias ,swap='sudo swapoff -a && sudo swapon -a'
alias ,vbox="ps aux www |grep 'VBoxClient --draganddrop' | awk '{print $2}' | xargs kill"
fi