Update 2023-01-09 07:19 OpenBSD/amd64

This commit is contained in:
c0dev0id 2023-01-09 07:19:58 +01:00
parent 5df8b5da0a
commit 19bf31dc8e
2 changed files with 19 additions and 15 deletions

View File

@ -13,7 +13,8 @@ BEGIN {
print "BEGIN:VCALENDAR"
print "VERSION:2.0"
}
{
$2 == "*" {
gsub("/","",$1)
print "BEGIN:VEVENT"
if ($5 != "*"){
@ -26,4 +27,7 @@ print "SUMMARY:" substr($0,match($0,$6))
}
print "END:VEVENT"
}
END {print "END:VCALENDAR"}
END {
print "END:VCALENDAR"
}

View File

@ -33,7 +33,7 @@ stack_mark_max = ''
# Custom Quirks
quirk[IPMIView20-IPMIView20:IPMIView20-IPMIView20] = FLOAT + ANYWHERE
quirk[scratchpad] = FLOAT + ANYWHERE + OBEYAPPFOCUSREQ
quirk[tabbed] = FLOAT + ANYWHERE
quirk[scratchpad:tabbed] = FLOAT + ANYWHERE
quirk[Nsxiv:tabbed] = NOFOCUSONMAP + FOCUSPREV
# Window Manager Keys