From fa435c61b32b4d5ad714c5addca885df9432d970 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 7 Apr 2021 16:38:17 -0500 Subject: [PATCH] Minor changes. --- .config/amfora/config.toml | 2 +- .config/doom/config.el | 1 + .config/doom/config.org | 1 + .config/doom/init.el | 2 +- .config/doom/packages.el | 1 + .config/nvim/init.vim | 35 ++++++++++++++++++----------------- .config/picom/picom.conf | 6 +++--- .config/qtile/autostart.sh | 1 + .xmonad/README.org | 2 +- 9 files changed, 28 insertions(+), 23 deletions(-) diff --git a/.config/amfora/config.toml b/.config/amfora/config.toml index 57b9348..970a590 100644 --- a/.config/amfora/config.toml +++ b/.config/amfora/config.toml @@ -23,7 +23,7 @@ auto_redirect = false # Note the use of single quotes, so that backslashes will not be escaped. # Using just a string will also work, but it is deprecated, and will degrade if # you use paths with spaces. -http = 'librewolf' +http = 'brave' # Any URL that will accept a query string can be put here search = "gemini://gus.guru/search" diff --git a/.config/doom/config.el b/.config/doom/config.el index 292fc7d..6c6beac 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -52,6 +52,7 @@ (require 'elfeed-goodies) (elfeed-goodies/setup) (setq elfeed-goodies/entry-pane-size 0.5) +(add-hook 'elfeed-show-mode-hook 'visual-line-mode) (evil-define-key 'normal elfeed-show-mode-map (kbd "J") 'elfeed-goodies/split-show-next (kbd "K") 'elfeed-goodies/split-show-prev) diff --git a/.config/doom/config.org b/.config/doom/config.org index c75edef..5c7207f 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -133,6 +133,7 @@ An RSS newsfeed reader for Emacs. (require 'elfeed-goodies) (elfeed-goodies/setup) (setq elfeed-goodies/entry-pane-size 0.5) +(add-hook 'elfeed-show-mode-hook 'visual-line-mode) (evil-define-key 'normal elfeed-show-mode-map (kbd "J") 'elfeed-goodies/split-show-next (kbd "K") 'elfeed-goodies/split-show-prev) diff --git a/.config/doom/init.el b/.config/doom/init.el index 9268c17..1d50212 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -179,7 +179,7 @@ emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize - (rss +org) ; emacs as an RSS reader + rss ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought :config diff --git a/.config/doom/packages.el b/.config/doom/packages.el index f3ea404..9072d25 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -56,6 +56,7 @@ (package! elpher) (package! emojify) (package! evil-tutor) +(package! exwm) (package! hyperbole) (package! ivy-posframe) (package! mastodon) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 0e926ea..9155926 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -114,23 +114,24 @@ let g:NERDTreeWinSize=38 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Theming """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -highlight LineNr ctermfg=8 ctermbg=none cterm=none -highlight CursorLineNr ctermfg=7 ctermbg=8 cterm=none -highlight VertSplit ctermfg=0 ctermbg=8 cterm=none -highlight Statement ctermfg=2 ctermbg=none cterm=none -highlight Directory ctermfg=4 ctermbg=none cterm=none -highlight StatusLine ctermfg=7 ctermbg=8 cterm=none -highlight StatusLineNC ctermfg=7 ctermbg=8 cterm=none -highlight NERDTreeClosable ctermfg=2 -highlight NERDTreeOpenable ctermfg=8 -highlight Comment ctermfg=4 ctermbg=none cterm=italic -highlight Constant ctermfg=12 ctermbg=none cterm=none -highlight Special ctermfg=4 ctermbg=none cterm=none -highlight Identifier ctermfg=6 ctermbg=none cterm=none -highlight PreProc ctermfg=5 ctermbg=none cterm=none -highlight String ctermfg=12 ctermbg=none cterm=none -highlight Number ctermfg=1 ctermbg=none cterm=none -highlight Function ctermfg=1 ctermbg=none cterm=none +highlight Normal guifg=#dfdfdf ctermfg=15 guibg=#282c34 ctermbg=none cterm=none +highlight LineNr guifg=#5b6268 ctermfg=8 guibg=#282c34 ctermbg=none cterm=none +highlight CursorLineNr guifg=#202328 ctermfg=7 guifg=#5b6268 ctermbg=8 cterm=none +highlight VertSplit guifg=#1c1f24 ctermfg=0 guifg=#5b6268 ctermbg=8 cterm=none +highlight Statement guifg=#98be65 ctermfg=2 guibg=none ctermbg=none cterm=none +highlight Directory guifg=#51afef ctermfg=4 guibg=none ctermbg=none cterm=none +highlight StatusLine guifg=#202328 ctermfg=7 guifg=#5b6268 ctermbg=8 cterm=none +highlight StatusLineNC guifg=#202328 ctermfg=7 guifg=#5b6268 ctermbg=8 cterm=none +highlight NERDTreeClosable guifg=#98be65 ctermfg=2 +highlight NERDTreeOpenable guifg=#5b6268 ctermfg=8 +highlight Comment guifg=#51afef ctermfg=4 guibg=none ctermbg=none cterm=italic +highlight Constant guifg=#3071db ctermfg=12 guibg=none ctermbg=none cterm=none +highlight Special guifg=#51afef ctermfg=4 guibg=none ctermbg=none cterm=none +highlight Identifier guifg=#5699af ctermfg=6 guibg=none ctermbg=none cterm=none +highlight PreProc guifg=#c678dd ctermfg=5 guibg=none ctermbg=none cterm=none +highlight String guifg=#3071db ctermfg=12 guibg=none ctermbg=none cterm=none +highlight Number guifg=#ff6c6b ctermfg=1 guibg=none ctermbg=none cterm=none +highlight Function guifg=#ff6c6b ctermfg=1 guibg=none ctermbg=none cterm=none " highlight WildMenu ctermfg=0 ctermbg=80 cterm=none " highlight Folded ctermfg=103 ctermbg=234 cterm=none " highlight FoldColumn ctermfg=103 ctermbg=234 cterm=none diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 855f532..5f7a95a 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -16,13 +16,13 @@ shadow = true; shadow-radius = 8; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) -shadow-opacity = .75 +shadow-opacity = .6 # The left offset for shadows, in pixels. (defaults to -15) -shadow-offset-x = 1; +shadow-offset-x = -3; # The top offset for shadows, in pixels. (defaults to -15) -shadow-offset-y = 1; +shadow-offset-y = -3; # Specify a list of conditions of windows that should have no shadow. # diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index f443c0d..6de1a2a 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +festival --tts $HOME/.config/qtile/welcome_msg & lxsession & picom & nitrogen --restore & diff --git a/.xmonad/README.org b/.xmonad/README.org index a878b59..6255418 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -689,7 +689,7 @@ searchList = [ ("a", archwiki) #+END_SRC * Scratchpads -Allows to have several floating scratchpads running different applications. Import Util.NamedScratchpad and bind a key to namedScratchpadSpawnAction. In the example below, I create two named scratchpads: (1) a scratchpad for my terminal, and (2) a scratchpad for moc which is a termina music player. +Allows to have several floating scratchpads running different applications. Import Util.NamedScratchpad and bind a key to namedScratchpadSpawnAction. In the example below, I create two named scratchpads: (1) a scratchpad for my terminal, and (2) a scratchpad for moc which is a terminal music player. #+BEGIN_SRC haskell myScratchPads :: [NamedScratchpad]