parent
00b59eedf7
commit
781e7554e4
@ -79,6 +79,8 @@ Changed
|
|||||||
- Counts can now be used with special keybindings (e.g. with modifiers).
|
- Counts can now be used with special keybindings (e.g. with modifiers).
|
||||||
This was already implemented for v0.7.0 originally, but got reverted because
|
This was already implemented for v0.7.0 originally, but got reverted because
|
||||||
it caused some issues and then never re-applied.
|
it caused some issues and then never re-applied.
|
||||||
|
- Sending a command to an existing instance (via "qutebrowser :reload") now
|
||||||
|
doesn't mark it as urgent anymore.
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
@ -67,7 +67,8 @@ def get_window(via_ipc, force_window=False, force_tab=False,
|
|||||||
if force_window:
|
if force_window:
|
||||||
open_target = 'window'
|
open_target = 'window'
|
||||||
if force_tab and open_target == 'window':
|
if force_tab and open_target == 'window':
|
||||||
open_target = 'tab' # for lack of a better default
|
# Command sent via IPC
|
||||||
|
open_target = 'tab-silent'
|
||||||
|
|
||||||
window = None
|
window = None
|
||||||
raise_window = False
|
raise_window = False
|
||||||
|
Loading…
Reference in New Issue
Block a user