Add desktop shell aliases
- heliox controls - system controls (shutdown/suspend)
This commit is contained in:
parent
549fdc8f8d
commit
22f37a8ee7
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
lzg = "lazygit";
|
lzg = "lazygit";
|
||||||
lzd = "lazydocker";
|
lzd = "lazydocker";
|
||||||
batt = ''upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -e "percentage" -e "state"'';
|
batt = ''upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -e "percentage" -e "state"'';
|
||||||
|
hxoff = "~/Documents/heliox-cli/target/debug/heliox-cli --mode off";
|
||||||
|
hxson = "~/Documents/heliox-cli/target/debug/heliox-cli --mode son";
|
||||||
|
slp = "systemctl suspend";
|
||||||
|
sdn = "shutdown 0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue