mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
{bash,zsh}rc: recreate alias startsway, add startplasma, it will be a script
This commit is contained in:
parent
4af6a4834a
commit
d9aaf05959
@ -495,7 +495,9 @@ alias apt-builddep="apt-rdepends --build-depends --follow=DEPENDS"
|
||||
alias winkey="xxd /sys/firmware/acpi/tables/MSDM"
|
||||
|
||||
# Always exec startx/startsway/wayland/sway so Ctrl-Alt-Backspace won't lead to unlocked TTY.
|
||||
alias startsway="exec dbus-launch --exit-with-session sway --unsupported-gpu"
|
||||
#alias startsway="exec dbus-launch --exit-with-session sway --unsupported-gpu"
|
||||
alias startsway="\exec startsway"
|
||||
alias startplasma="\exec startplasma"
|
||||
#alias startx="exec \startx"
|
||||
alias startx=startsway
|
||||
alias startwayland=startsway
|
||||
|
4
rc/zshrc
4
rc/zshrc
@ -472,7 +472,9 @@ alias apt-builddep="apt-rdepends --build-depends --follow=DEPENDS"
|
||||
alias winkey="xxd /sys/firmware/acpi/tables/MSDM"
|
||||
|
||||
# Always exec startx/startsway/wayland/sway so Ctrl-Alt-Backspace won't lead to unlocked TTY.
|
||||
alias startsway="exec dbus-launch --exit-with-session sway --unsupported-gpu"
|
||||
#alias startsway="exec dbus-launch --exit-with-session sway --unsupported-gpu"
|
||||
alias startsway="\exec startsway"
|
||||
alias startplasma="\exec startplasma"
|
||||
#alias startx="exec \startx"
|
||||
alias startx=startsway
|
||||
alias startwayland=startsway
|
||||
|
Loading…
Reference in New Issue
Block a user