diff options
-rw-r--r-- | emacs/.emacs.d/main.el | 13 | ||||
-rw-r--r-- | i3/.config/i3/config | 4 | ||||
-rwxr-xr-x | xprofile/.xprofile | 1 | ||||
-rw-r--r-- | xresources/.xresources/main | 2 |
4 files changed, 18 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index e40bf95..0e15840 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1372,7 +1372,17 @@ With two prefix arguments, write out the day and month name." :defines (mu4e-use-fancy-chars mu4e-attachment-dir mu4e-view-show-images - mu4e-headers-date-format) + mu4e-update-interval + mu4e-maildir-shortcuts + mu4e-headers-date-format + mu4e-maildir + mu4e-mu-home + mu4e-sent-folder + mu4e-drafts-folder + mu4e-refile-folder + mu4e-trash-folder + mu4e-user-mail-address-list + mu4e-contexts) :config (progn (setq mu4e-use-fancy-chars nil mu4e-attachment-dir "~/Downloads/" @@ -1433,6 +1443,7 @@ With two prefix arguments, write out the day and month name." (mu4e-sent-messages-behavior . sent) (mu4e-drafts-folder . "/[Gmail].Drafts") (mu4e-sent-folder . "/[Gmail].Sent Mail") + (mu4e-refile-folder . "/[Gmail].All Mail") (mu4e-trash-folder . "/[Gmail].Bin")))) mu4e-user-mail-address-list (append (delq nil diff --git a/i3/.config/i3/config b/i3/.config/i3/config index b9e2fe2..f88dc9e 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -67,8 +67,10 @@ font pango:Monospace, Font Awesome 9 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +mouse_warping none + # start a terminal -bindsym $mod+Return exec --no-startup-id urxvt +bindsym $mod+Return exec --no-startup-id urxvtc # kill focused window bindsym $mod+Shift+w kill diff --git a/xprofile/.xprofile b/xprofile/.xprofile index 5bebd1a..7ea5755 100755 --- a/xprofile/.xprofile +++ b/xprofile/.xprofile @@ -8,4 +8,5 @@ if command -v autorandr then autorandr --change --force fi +nitrokey-app & sxhkd & diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 54c3530..0e1e802 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -1,5 +1,7 @@ #include "base16-mexico-light-256" +*.background: #ffffff + Xcursor.theme: Vanilla-DMZ Xcursor.size: 22 |