Skip to content

Instantly share code, notes, and snippets.

@BoQsc
Last active December 14, 2024 16:42
Show Gist options
  • Save BoQsc/de13a1e08dabd5e82a70db14298698c9 to your computer and use it in GitHub Desktop.
Save BoQsc/de13a1e08dabd5e82a70db14298698c9 to your computer and use it in GitHub Desktop.

Revisions

  1. BoQsc revised this gist Dec 20, 2019. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion reloadGnome.md
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,8 @@
    org.gnome.Shell.Extensions ReloadExtension \
    s "$name"`

    `busctl --user call org.gnome.Shell /org/gnome/Shell org.gnome.Shell Eval s 'Meta.restart("Restarting…")'`



    `busctl --user call org.gnome.Shell /org/gnome/Shell org.gnome.Shell Eval s 'Meta.restart("Restarting…")'`
    This example is equal to `Alt + F2 + R` keyboard combination to reload gnome.
  2. BoQsc revised this gist Dec 20, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion reloadGnome.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,6 @@
    org.gnome.Shell \
    /org/gnome/Shell \
    org.gnome.Shell.Extensions ReloadExtension \
    s "$name"`
    s "$name"`

    `busctl --user call org.gnome.Shell /org/gnome/Shell org.gnome.Shell Eval s 'Meta.restart("Restarting…")'`
  3. BoQsc created this gist Dec 20, 2019.
    7 changes: 7 additions & 0 deletions reloadGnome.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    `dbus-run-session -- gnome-shell --nested --wayland`

    `busctl --user call \
    org.gnome.Shell \
    /org/gnome/Shell \
    org.gnome.Shell.Extensions ReloadExtension \
    s "$name"`