diff --git a/.stumpwmrc b/.stumpwmrc index 3b1e5f1..4ab24ae 100644 --- a/.stumpwmrc +++ b/.stumpwmrc @@ -70,6 +70,9 @@ ;; nitrogen (wallpaper) (run-shell-command "nitrogen --restore") +;; keepassxc +(run-shell-command "keepassxc ~/ownCloud/2016-10.kdbx") + ;; message window font (set-font "11Hermit") @@ -158,3 +161,4 @@ (focus-all win) (unless (eq frame old-frame) (show-frame-indicator group)))) + diff --git a/Xresources b/Xresources index b05ab28..bb67b46 100644 --- a/Xresources +++ b/Xresources @@ -37,8 +37,8 @@ xscreensaver.passwd.thermometer.width: 8 ! urxvt ------------------------------------------- -URxvt*font: xft:Hermit:medium:size=12:antialiasing=true -URxvt*boldFont: xft:Hermit:bold:size=12:antialiasing=true:style=medium +URxvt*font: xft:Hermit:medium:size=10:antialiasing=true +URxvt*boldFont: xft:Hermit:bold:size=10:antialiasing=true:style=medium URxvt.letterSpace: 0 ! Add fallback fonts as laid out in `man 1 urxvt` under "font:" in the RESOURCES section diff --git a/emacs.el b/emacs.el index 2c9afb7..e1cd9c2 100644 --- a/emacs.el +++ b/emacs.el @@ -68,6 +68,7 @@ '(custom-safe-themes (quote ("c7a9a68bd07e38620a5508fef62ec079d274475c8f92d75ed0c33c45fbe306bc" "eb0a314ac9f75a2bf6ed53563b5d28b563eeba938f8433f6d1db781a47da1366" "a1289424bbc0e9f9877aa2c9a03c7dfd2835ea51d8781a0bf9e2415101f70a7e" "10e231624707d46f7b2059cc9280c332f7c7a530ebc17dba7e506df34c5332c4" "08b8807d23c290c840bbb14614a83878529359eaba1805618b3be7d61b0b0a32" "43bc55af3857f9e2dc14c4413739f36d758e4d75bcd9b67e9b7dc6d9fcc1db68" "6254372d3ffe543979f21c4a4179cd819b808e5dd0f1787e2a2a647f5759c1d1" "1160f5fc215738551fce39a67b2bcf312ed07ef3568d15d53c87baa4fd1f4d4e" default))) + '(ecb-options-version "2.50") '(fci-rule-color "#3E4451") '(inhibit-startup-screen t) '(jdee-global-classpath (quote ("/home/wilson/jdee-libs/"))) @@ -76,12 +77,14 @@ (quote (arduino-mode json-mode gruvbox-theme focus literate-coffee-mode jdee javadoc-lookup pkgbuild-mode vala-snippets vala-mode phpunit ac-php php-completion php+-mode fish-mode hugo mips-mode stumpwm-mode slime muttrc-mode diff-hl magit wanderlust ## auctex yaml-mode typescript sass-mode php-mode outlined-elisp-mode monokai-theme markdown-mode fill-column-indicator edit-server dracula-theme dart-mode coffee-mode auto-complete atom-one-dark-theme atom-dark-theme))) '(send-mail-function (quote smtpmail-send-it))) + '(send-mail-function (quote smtpmail-send-it)) + '(tool-bar-mode nil) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:family "Hermit" :foundry "PfEd" :slant normal :weight normal :height 113 :width normal))))) + '(default ((t (:family "Hermit" :foundry "unknown" :slant normal :weight normal :height 98 :width normal))))) ;; edit-server