Skip to content

Commit

Permalink
Run --floating instead of --preferences by default if Variety is alre…
Browse files Browse the repository at this point in the history
…ady started
  • Loading branch information
jlu5 committed Oct 4, 2018
1 parent e04cae3 commit d641c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variety/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def main():
# ensure singleton
if bus.request_name(DBUS_KEY) != dbus.bus.REQUEST_NAME_REPLY_PRIMARY_OWNER:
if not arguments:
arguments = ["--preferences"]
arguments = ["--floating"]
safe_print(_("Variety is already running. Sending the command to the running instance."),
"Variety is already running. Sending the command to the running instance.")
method = bus.get_object(DBUS_KEY, DBUS_PATH).get_dbus_method("process_command")
Expand Down

0 comments on commit d641c83

Please sign in to comment.