Update 2023-11-19 08:40 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-11-19 08:40:50 +01:00
parent 8f79200196
commit d4c83cd571
12 changed files with 43 additions and 53 deletions

View File

@@ -100,6 +100,9 @@ defbindings("WMPlex.toplevel", {
bdoc("Query for mailbox to open"),
kpress(META.."Shift+M", "ioncore.exec_on(_, 'dexec_mail')"),
bdoc("Query for VPN to connect to"),
kpress(META.."V", "ioncore.exec_on(_, 'dexec_vpn')"),
bdoc("Run a small terminal emulator."),
kpress(META.."Return", "ioncore.exec_on(_, 'sterm')"),

View File

@@ -13,7 +13,7 @@ de.defstyle("*", {
highlight_pixels = 1,
shadow_pixels = 1,
border_style = "elevated",
font = "xft:FuraCodeNerdFont:size=9",
font = "xft:Cozette:pixelsize=13",
text_align = "center",
})
@@ -93,7 +93,7 @@ de.defstyle("stdisp", {
shadow_pixels = 0,
highlight_pixels = 0,
text_align = "left",
font = "xft:FuraCodeNerdFont:size=9",
font = "xft:Cozette:pixelsize=13",
background_colour = "#222222",
de.substyle("important", {