diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-02 10:40:08 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-02 10:40:08 +0100 |
commit | 0a56adf6ead97706991a2bc0241f0e1ab0df32ec (patch) | |
tree | 4b361d07e6cc832faa6d06f531f76525ba8d7a69 /files/qutebrowser/config.py | |
parent | efd23300b89998835a2fc1960178fe0fa1546737 (diff) | |
download | configs-0a56adf6ead97706991a2bc0241f0e1ab0df32ec.tar.gz configs-0a56adf6ead97706991a2bc0241f0e1ab0df32ec.zip |
Mon 02 Dec 2019 10:40:10 AM CET
Diffstat (limited to 'files/qutebrowser/config.py')
-rw-r--r-- | files/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/qutebrowser/config.py b/files/qutebrowser/config.py index fade1e6..501e964 100644 --- a/files/qutebrowser/config.py +++ b/files/qutebrowser/config.py @@ -756,7 +756,7 @@ c.downloads.open_dispatcher = "rifle" ## Same as `{column}`, but starting from index 0. ## Type: ShellCommand # c.editor.command = ['gvim', '-f', '{file}', '-c', 'normal {line}G{column0}l'] -c.editor.command = ['urxvt', '-e', 'nvim', '{file}'] +c.editor.command = ['urxvt', '-title', '"floating"', '-e', 'nvim', '{file}'] ## Encoding to use for the editor. ## Type: Encoding |