202412231734942458

This commit is contained in:
fz0x1 2024-12-23 09:27:38 +01:00
parent 49797f54ce
commit f79ba355c4
5 changed files with 39 additions and 14 deletions

View file

@ -91,6 +91,17 @@
(append org-agenda-files
(directory-files-recursively "~/org/braindump/" "\\.org$")))
(setq org-refile-targets '((org-agenda-files :maxlevel . 1)))
(setq org-refile-use-cache t)
;; clear cache every 5 minutes
(run-with-idle-timer 300 t (lambda ()
(org-refile-cache-clear)
(org-refile-get-targets)))
(use-package org
:commands org-refile-cache-clear)
(use-package org-roam
;; :ensure nil
:custom

View file

@ -14,13 +14,17 @@ macro index P "<enter-command>unmailboxes *<enter><enter-command>source $HOME/.c
set sendmail = "msmtp -a gmail"
# Use my key for signing and encrypting
# default key is for posteo
set pgp_default_key = B2A6D86C6EB94D40A9031FFADDCA1A115D6D2284
# Установка отправителя по умолчанию
set from = "foozzione@gmail.com"
set realname = "Tkachenko Ihor"
# Определите отправителя в зависимости от текущего ящика
send-hook '~f foozzione@gmail.com' 'set sendmail="msmtp -a gmail"'
send-hook '~f fz0x1@posteo.net' 'set sendmail="msmtp -a posteo"'
send-hook '~f foozzione@gmail.com' 'set sendmail="msmtp -a gmail"; set pgp_default_key="B79569222C920EB7515FEEE08B46C44BFBF5849F"'
send-hook '~f fz0x1@posteo.net' 'set sendmail="msmtp -a posteo"; set from="fz0x1@posteo.net"; set realname=""'
# Ensure TLS is enforced
set ssl_starttls = yes
@ -39,7 +43,7 @@ set move=no # don't move messages when marking as read
set mail_check = 30 # check for new mail every 30 seconds
set imap_keepalive = 900 # 15 minutes
set sleep_time = 0 # don't sleep when idle
set wait_key = no # mutt won't ask "press key to continue"
set wait_key = no # mutt won't ask "press key to continue"
set envelope_from # which from?
set edit_headers # show headers when composing
set fast_reply # skip to compose when replying
@ -68,9 +72,6 @@ set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*"
set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
set send_charset = "utf-8:iso-8859-1:us-ascii" # send in utf-8
# Use GPGME
# Use my key for signing and encrypting
set pgp_default_key = B2A6D86C6EB94D40A9031FFADDCA1A115D6D2284
# Use GPGME
set crypt_use_gpgme = yes
# Automatically sign all out-going email

View file

@ -1,6 +1,6 @@
[Settings]
gtk-theme-name=Qogir-Dark
gtk-icon-theme-name=Qogir-dark
gtk-theme-name=Adwaita
gtk-icon-theme-name=Qogir-Dark
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Qogir-dark
gtk-cursor-theme-size=32
@ -12,6 +12,6 @@ gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0

View file

@ -0,0 +1,14 @@
[Default Applications]
image/webp=librewolf.desktop;
image/png=org.xfce.ristretto.desktop;
image/jpeg=org.xfce.ristretto.desktop;
text/plain=nvim.desktop;
x-scheme-handler/http=librewolf.desktop
x-scheme-handler/https=librewolf.desktop
x-scheme-handler/terminal=Alacritty.desktop
application/pdf=com.github.xournalpp.xournalpp.desktop
application/x-extension-burp=install4j_psxmh6-BurpSuiteCommunity.desktop
application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-base.desktop
[Added Associations]
application/xhtml+xml=librewolf.desktop;

View file

@ -1,11 +1,10 @@
# DO NOT EDIT! This file will be overwritten by nwg-look.
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/fz0x1/.gtkrc-2.0.mine"
gtk-theme-name="Qogir-Dark"
gtk-icon-theme-name="Qogir-dark"
gtk-theme-name="Adwaita"
gtk-icon-theme-name="Qogir-Dark"
gtk-font-name="Cantarell 11"
gtk-cursor-theme-name="Qogir-dark"
gtk-cursor-theme-size=32
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
@ -15,5 +14,5 @@ gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight"
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"