Update 2023-11-19 08:40 OpenBSD/amd64-x13
This commit is contained in:
@@ -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')"),
|
||||
|
||||
|
||||
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user