tweaks
This commit is contained in:
@@ -137,9 +137,9 @@ size=0
|
|||||||
# clipboard-paste=Control+Shift+v XF86Paste
|
# clipboard-paste=Control+Shift+v XF86Paste
|
||||||
# primary-paste=Shift+Insert
|
# primary-paste=Shift+Insert
|
||||||
search-start=Control+Shift+f
|
search-start=Control+Shift+f
|
||||||
# font-increase=Control+plus Control+equal Control+KP_Add
|
font-increase=Control+plus
|
||||||
# font-decrease=Control+minus Control+KP_Subtract
|
font-decrease=Control+minus
|
||||||
# font-reset=Control+0 Control+KP_0
|
font-reset=Control+equal
|
||||||
# spawn-terminal=Control+Shift+n
|
# spawn-terminal=Control+Shift+n
|
||||||
# minimize=none
|
# minimize=none
|
||||||
# maximize=none
|
# maximize=none
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ config.bind("<Ctrl+t>", "tab-clone -t")
|
|||||||
config.bind("<Ctrl+Shift+r>", "restart", mode="normal")
|
config.bind("<Ctrl+Shift+r>", "restart", mode="normal")
|
||||||
config.bind("<Ctrl+h>", "history")
|
config.bind("<Ctrl+h>", "history")
|
||||||
config.bind("<F8>", "config-cycle colors.webpage.darkmode.enabled true false")
|
config.bind("<F8>", "config-cycle colors.webpage.darkmode.enabled true false")
|
||||||
|
config.bind("<F2>", "edit-url")
|
||||||
config.bind("<F11>", "config-cycle tabs.position top left")
|
config.bind("<F11>", "config-cycle tabs.position top left")
|
||||||
config.bind("<F12>", "devtools")
|
config.bind("<F12>", "devtools")
|
||||||
config.bind("<Shift+F12>", "view-source")
|
config.bind("<Shift+F12>", "view-source")
|
||||||
@@ -114,12 +115,11 @@ for url, urlconfig in urlconfigs.items():
|
|||||||
c.downloads.position = "bottom"
|
c.downloads.position = "bottom"
|
||||||
c.downloads.prevent_mixed_content = False
|
c.downloads.prevent_mixed_content = False
|
||||||
c.editor.command = [
|
c.editor.command = [
|
||||||
"foot",
|
"footclient",
|
||||||
"-title",
|
"--app-id",
|
||||||
"scratchpad",
|
"floating_shell",
|
||||||
"-geometry",
|
"--window-size-chars",
|
||||||
"86x24+40+60",
|
"80x45",
|
||||||
"-e",
|
|
||||||
"nvim",
|
"nvim",
|
||||||
"-f",
|
"-f",
|
||||||
"{}",
|
"{}",
|
||||||
|
|||||||
Reference in New Issue
Block a user