feat: hyprland remove and install aliases
This commit is contained in:
parent
00f5fa1a04
commit
d70ab94d45
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@ alias vhold="sudo xbps-pkgdb -m hold"
|
|||
alias vunhold="sudo xbps-pkgdb -m unhold"
|
||||
alias killall="pkill -f"
|
||||
|
||||
alias rmhyprland="vrm hyprland hyprland-protocols hyprlang xdg-desktop-portal-hyprland"
|
||||
installhyprland() {
|
||||
if [ -z "$1" ]; then
|
||||
echo "Error: Please provide the path of packages"
|
||||
return 1
|
||||
fi
|
||||
sudo xbps-install -R $1 hyprland hyprland-protocols hyprlang xdg-desktop-portal-hyprland
|
||||
}
|
||||
|
||||
alias svservices="ls /etc/sv/"
|
||||
alias svlist="ls -la /var/service/"
|
||||
alias svreset="sudo sv restart"
|
||||
|
|
Loading…
Add table
Reference in a new issue