Compare commits

...

4 Commits

4 changed files with 8 additions and 6 deletions

View File

@ -21,6 +21,5 @@ bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
bspc rule -a Emacs follow=on state=tiled
killall -q polybar
polybar example
launchpolybar
picom

View File

@ -57,7 +57,9 @@
;; Set the default browser to emacs-w3m
;;(setq browse-url-browser-function `w3m-browse-url)
(setq browse-url-browser-function `browse-url-firefox)
(autoload `w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
;;(autoload `w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
;; Turn off line highlighting.
(global-hl-line-mode -1)
(defun copy-all ()
"Copy entire buffer to clipboard"

View File

@ -10,7 +10,7 @@
'(cua-read-only-cursor-color "#8ac6f2")
'(custom-safe-themes
'("2809bcb77ad21312897b541134981282dc455ccd7c14d74cc333b6e549b824f3" default))
'(elfeed-db-directory "~/org/elfeed")
'(elfeed-db-directory "~/.config/emacs/elfeed")
'(highlight-changes-colors '("#e5786d" "#834c98"))
'(highlight-symbol-colors
'("#55204c0039fc" "#3f0a4e4240dc" "#5a2849c746fd" "#3fd2334a42f4" "#426a4d5455d9" "#537247613a13" "#46c549b0535c"))
@ -38,9 +38,10 @@
'(org-todo-keywords
'((sequence "TODO(t@/!)" "PROJ(p)" "STRT(s)" "WAIT(w@/!)" "HOLD(h@/!)" "|" "DONE(d@)" "KILL(k@)")
(sequence "[ ](T@)" "[-](S@/!)" "[?](W/!)" "|" "[X](D@)")))
'(package-selected-packages '(pomodoro))
'(pos-tip-background-color "#2f2f2e")
'(pos-tip-foreground-color "#999891")
'(rmh-elfeed-org-files '("~/org/elfeed/elfeed.org"))
'(rmh-elfeed-org-files '("~/.config/emacs/elfeed"))
'(smartrep-mode-line-active-bg (solarized-color-blend "#8ac6f2" "#2f2f2e" 0.2))
'(term-default-bg-color "#2a2a29")
'(term-default-fg-color "#8d8b86")

View File

@ -80,7 +80,7 @@ tray-padding = 2
wm-restack = bspwm
override-redirect = true
;override-redirect = true
;scroll-up = bspwm-desknext
;scroll-down = bspwm-deskprev