From c95dc7e695103c810fb2b13c55d6b0be6318f278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 23 Jan 2022 22:23:06 +0100 Subject: [PATCH] add nested gnome wayland --- aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases b/aliases index 06ee1ed..2e4ce67 100644 --- a/aliases +++ b/aliases @@ -16,6 +16,7 @@ alias sexit='ssh -O exit $(history -p \!ssh:$:t)' alias remountshared='sudo systemctl restart media-remote-sharefs-userdata.mount' alias umountshared='sudo systemctl stop media-remote-sharefs-userdata.mount' alias musictag='python3 -m music_tag' +alias nestedwayland='dbus-run-session -- gnome-shell --nested --wayland'