Update #emacs config and add dpms #fish functions
This commit is contained in:
@ -10,16 +10,13 @@
|
||||
(setq user-full-name "Colin Powell"
|
||||
user-mail-address "colin@onec.me")
|
||||
|
||||
(setq doom-theme 'wombat)
|
||||
|
||||
(if (display-graphic-p)
|
||||
(setq doom-theme 'doom-peacock))
|
||||
(setq doom-theme 'doom-peacock)
|
||||
|
||||
;; Fonts
|
||||
(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
|
||||
(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 21))
|
||||
|
||||
(set-frame-parameter nil 'internal-border-width 12)
|
||||
(set-frame-parameter nil 'internal-border-width 10)
|
||||
|
||||
;;
|
||||
;; Keybinds
|
||||
@ -171,8 +168,8 @@
|
||||
(load! "+ui.el")
|
||||
(load! "+org") ;; Org mode stuff like todos and rebindings
|
||||
(load! "+org-cal")
|
||||
;(load! "+elfeed")
|
||||
(load! "+nov") ;; nov.el epub mode settings
|
||||
(load! "+elfeed")
|
||||
(load! "+mail") ;; Mail stuff
|
||||
(load! "+ranger")
|
||||
(load! "+wttrin") ;; Weather config
|
||||
|
||||
@ -185,7 +185,7 @@
|
||||
["#242424" "#e5786d" "#95e454" "#cae682" "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"])
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("f5568ed375abea716d1bdfae0316d1d179f69972eaccd1f331b3e9863d7e174a" default)))
|
||||
("43c808b039893c885bdeec885b4f7572141bd9392da7f0bd8d8346e02b2ec8da" "3b3573ac73e802a00c9ea11c08f720c2d4dd2a2205a2f33075a828cc23c78c12" "f5568ed375abea716d1bdfae0316d1d179f69972eaccd1f331b3e9863d7e174a" default)))
|
||||
'(doom-big-font-mode nil)
|
||||
'(fci-rule-color "#BA45A3")
|
||||
'(jdee-db-active-breakpoint-face-colors (cons "#131033" "#1ea8fc"))
|
||||
|
||||
4
fish/.config/fish/functions/off.fish
Normal file
4
fish/.config/fish/functions/off.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function off
|
||||
set -x DISPLAY :0
|
||||
xset -dpms s on
|
||||
end
|
||||
4
fish/.config/fish/functions/on.fish
Normal file
4
fish/.config/fish/functions/on.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function on
|
||||
set -x DISPLAY :0
|
||||
xset -dpms s off
|
||||
end
|
||||
@ -21,7 +21,7 @@ message = notmuch emacs stuff
|
||||
# Sentry errors, skip the inbox, tag as sentry
|
||||
[Filter.2]
|
||||
query = 'from:noreply@md.getsentry.com'
|
||||
tags = +sentry;-inbox;+15five;-unread
|
||||
tags = +sentry;+15five;-unread
|
||||
message = sentry error
|
||||
|
||||
# Jira tag as Jira
|
||||
|
||||
Reference in New Issue
Block a user