Update 2023-02-01 21:22 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-02-01 21:22:30 +01:00
parent 41f53e8da9
commit 6d6c2e60da
3 changed files with 26 additions and 5 deletions

View File

@@ -88,8 +88,14 @@ defbindings("WMPlex.toplevel", {
bdoc("Toggle tag of current object."),
kpress(META.."T", "WRegion.set_tagged(_sub, 'toggle')", "_sub:non-nil"),
--
-- bdoc("Query for manual page to be displayed."),
-- kpress(META.."M", "mod_query.query_man(_, '::man')"),
bdoc("Query for manual page to be displayed."),
kpress(META.."M", "mod_query.query_man(_, '::man')"),
kpress(META.."M", "ioncore.exec_on(_, 'dexec_man')"),
bdoc("Query for mailbox to open"),
kpress(META.."Shift+M", "ioncore.exec_on(_, 'dexec_mail')"),
bdoc("Run a small terminal emulator."),
kpress(META.."Return", "ioncore.exec_on(_, 'sterm')"),
@@ -126,7 +132,6 @@ defbindings("WMPlex.toplevel", {
bdoc("Start Browser"),
kpress(META.."Shift+F", "ioncore.exec_on(_, 'dexec_browser')"),
kpress(META.."Shift+M", "ioncore.exec_on(_, 'dexec_man')"),
bdoc("Start Passmenu"),
kpress(META.."Shift+P", "ioncore.exec_on(_, 'dexec_pass')"),

View File

@@ -2,7 +2,7 @@
-- Ion mod_sp configuration file
--
mod_sp.set_size(2400, 1200);
mod_sp.set_size(1400, 800);
defbindings("WScreen", {
bdoc("Toggle scratchpad."),