3 lines
193 B
Bash
Executable file
3 lines
193 B
Bash
Executable file
#!/bin/sh
|
|
dbus-send --session --dest=org.gnome.Shell --type=method_call /org/gnome/Shell org.freedesktop.DBus.Properties.Set string:org.gnome.Shell string:OverviewActive variant:boolean:false
|
|
|