mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02:00
qutebrowser: Nixify fileselect
This commit is contained in:
parent
3950a0418a
commit
5a3538a8ce
@ -28,6 +28,13 @@
|
|||||||
headers.accept_language = "ja-JP,en-US";
|
headers.accept_language = "ja-JP,en-US";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileselect = {
|
||||||
|
handler = "external";
|
||||||
|
folder.command = ["kitty" "-e" "joshuto" "--output-file" "{}"];
|
||||||
|
multiple_files.command = ["kitty" "-e" "joshuto" "--output-file" "{}"];
|
||||||
|
single_file.command = ["kitty" "-e" "joshuto" "--output-file" "{}"];
|
||||||
|
};
|
||||||
|
|
||||||
editor.command = ["kitty" "-e" "nvim" "{}"];
|
editor.command = ["kitty" "-e" "nvim" "{}"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -61,11 +68,6 @@
|
|||||||
tabwidget.TabWidget.MUTE_STRING = ""
|
tabwidget.TabWidget.MUTE_STRING = ""
|
||||||
tabwidget.TabWidget.AUDIBLE_STRING = "[A]"
|
tabwidget.TabWidget.AUDIBLE_STRING = "[A]"
|
||||||
|
|
||||||
c.fileselect.handler = 'external'
|
|
||||||
c.fileselect.folder.command = ['kitty', '-e', 'joshuto', '--output-file', '{}']
|
|
||||||
c.fileselect.multiple_files.command = ['kitty', '-e', 'joshuto', '--output-file', '{}']
|
|
||||||
c.fileselect.single_file.command = ['kitty', '-e', 'joshuto', '--output-file', '{}']
|
|
||||||
|
|
||||||
# Better context menu colors
|
# Better context menu colors
|
||||||
c.colors.contextmenu.disabled.fg = '#808080'
|
c.colors.contextmenu.disabled.fg = '#808080'
|
||||||
c.colors.contextmenu.menu.bg = '#353535'
|
c.colors.contextmenu.menu.bg = '#353535'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user