5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
|
|
gsettings set org.gnome.shell disable-user-extensions false &
|
|
killall -3 gnome-shell
|