Update 2023-02-01 21:22 OpenBSD/amd64
This commit is contained in:
parent
41f53e8da9
commit
6d6c2e60da
20
.kshrc
20
.kshrc
@ -94,8 +94,8 @@ export GOT_AUTHOR TOG_COLORS
|
|||||||
|
|
||||||
### BUPSTASH
|
### BUPSTASH
|
||||||
BUPSTASH_REPOSITORY=ssh://sdk@storage.bupstash.io
|
BUPSTASH_REPOSITORY=ssh://sdk@storage.bupstash.io
|
||||||
#export BUPSTASH_KEY=/home/sdk/backups.key
|
BUPSTASH_KEY_COMMAND="pass Internet/bupstash-key"
|
||||||
export BUPSTASH_REPOSITORY
|
export BUPSTASH_REPOSITORY BUPSTASH_KEY_COMMAND
|
||||||
|
|
||||||
### PASSWORD-STORE
|
### PASSWORD-STORE
|
||||||
PASSWORD_STORE_ENABLE_EXTENSIONS=true
|
PASSWORD_STORE_ENABLE_EXTENSIONS=true
|
||||||
@ -132,6 +132,22 @@ alias spectrwmrc="vim ~/.config/spectrwm/spectrwm.conf"
|
|||||||
alias rem="clear; remind -c+cu4 -wt ~/.reminders"
|
alias rem="clear; remind -c+cu4 -wt ~/.reminders"
|
||||||
alias remy="clear; remind -cu12 -wt ~/.reminders | less"
|
alias remy="clear; remind -cu12 -wt ~/.reminders | less"
|
||||||
|
|
||||||
|
rem-uugrn() {
|
||||||
|
vim sftp://vorstand@vorstand.uugrn.org/private/Kalender/uugrn.rem \
|
||||||
|
&& ssh -q sdk@vorstand.uugrn.org sh ~/.bin/make_calendar.sh \
|
||||||
|
&& echo "Calendar updated." \
|
||||||
|
&& scp -q vorstand@vorstand.uugrn.org:private/Kalender/uugrn.rem \
|
||||||
|
/home/sdk/.reminders/uugrn.rem \
|
||||||
|
&& echo "Calendar copied."
|
||||||
|
}
|
||||||
|
rem-personal() {
|
||||||
|
vim sftp://home.codevoid.de/home/sdk/.reminders/personal.rem \
|
||||||
|
&& echo "Calendar updated." \
|
||||||
|
&& scp -q sdk@home.codevoid.de:.reminders/personal.rem \
|
||||||
|
/home/sdk/.reminders/personal.rem \
|
||||||
|
&& echo "Calendar copied."
|
||||||
|
}
|
||||||
|
|
||||||
# mastodon
|
# mastodon
|
||||||
alias toot-sh="toot-wrapper sh@bsd.network"
|
alias toot-sh="toot-wrapper sh@bsd.network"
|
||||||
alias toot-uug="toot-wrapper uugrn@chaos.social"
|
alias toot-uug="toot-wrapper uugrn@chaos.social"
|
||||||
|
@ -88,8 +88,14 @@ defbindings("WMPlex.toplevel", {
|
|||||||
bdoc("Toggle tag of current object."),
|
bdoc("Toggle tag of current object."),
|
||||||
kpress(META.."T", "WRegion.set_tagged(_sub, 'toggle')", "_sub:non-nil"),
|
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."),
|
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."),
|
bdoc("Run a small terminal emulator."),
|
||||||
kpress(META.."Return", "ioncore.exec_on(_, 'sterm')"),
|
kpress(META.."Return", "ioncore.exec_on(_, 'sterm')"),
|
||||||
@ -126,7 +132,6 @@ defbindings("WMPlex.toplevel", {
|
|||||||
|
|
||||||
bdoc("Start Browser"),
|
bdoc("Start Browser"),
|
||||||
kpress(META.."Shift+F", "ioncore.exec_on(_, 'dexec_browser')"),
|
kpress(META.."Shift+F", "ioncore.exec_on(_, 'dexec_browser')"),
|
||||||
kpress(META.."Shift+M", "ioncore.exec_on(_, 'dexec_man')"),
|
|
||||||
|
|
||||||
bdoc("Start Passmenu"),
|
bdoc("Start Passmenu"),
|
||||||
kpress(META.."Shift+P", "ioncore.exec_on(_, 'dexec_pass')"),
|
kpress(META.."Shift+P", "ioncore.exec_on(_, 'dexec_pass')"),
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- Ion mod_sp configuration file
|
-- Ion mod_sp configuration file
|
||||||
--
|
--
|
||||||
|
|
||||||
mod_sp.set_size(2400, 1200);
|
mod_sp.set_size(1400, 800);
|
||||||
|
|
||||||
defbindings("WScreen", {
|
defbindings("WScreen", {
|
||||||
bdoc("Toggle scratchpad."),
|
bdoc("Toggle scratchpad."),
|
||||||
|
Loading…
Reference in New Issue
Block a user