···11[Personal]
22source = imaps://j3s@c3f.net@imap.migadu.com
33-source-cred-cmd = pash show c3f
33+source-cred-cmd = pass show c3f | head -n1
44outgoing = smtps+plain://j3s@c3f.net@smtp.migadu.com
55-outgoing-cred-cmd = pash show c3f
55+outgoing-cred-cmd = pass show c3f | head -n1
66default = INBOX
77-from = Jes <j3s@c3f.net>
77+from = j3s <j3s@c3f.net>
88copy-to = Sent
99
+7
.config/sway/config
···186186 # Show the next scratchpad window or hide the focused scratchpad window.
187187 # If there are multiple scratchpad windows, this command cycles through them.
188188 bindsym $mod+minus scratchpad show
189189+190190+#
191191+# Misc
192192+#
193193+194194+ bindsym $mod+Shift+s grim -g "$(slurp)" - | wl-copy
195195+189196#
190197# Resizing containers:
191198#