forked from extern/nix-config
qutebrowser: Nixify fileselect
This commit is contained in:
parent
3950a0418a
commit
5a3538a8ce
@ -28,6 +28,13 @@
|
||||
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" "{}"];
|
||||
};
|
||||
|
||||
@ -61,11 +68,6 @@
|
||||
tabwidget.TabWidget.MUTE_STRING = ""
|
||||
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
|
||||
c.colors.contextmenu.disabled.fg = '#808080'
|
||||
c.colors.contextmenu.menu.bg = '#353535'
|
||||
|
Loading…
Reference in New Issue
Block a user