diff options
| -rw-r--r-- | dotfiles/Xresources | 15 | ||||
| -rw-r--r-- | dotfiles/spacemacs | 9 | ||||
| -rw-r--r-- | i3/config | 11 | 
3 files changed, 20 insertions, 15 deletions
| diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 071b082..40b82a1 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -1,12 +1,12 @@  *foreground: rgb:c5/c8/c6  *background: rgb:1d/1f/21  *color0:     rgb:1d/1f/21 -*color1:     rgb:28/2a/2e -*color2:     rgb:37/3b/41 -*color3:     rgb:96/98/96 -*color4:     rgb:b4/b7/b4 -*color5:     rgb:c5/c8/c6 -*color6:     rgb:e0/e0/e0 +*color1:     rgb:cc/66/66 +*color2:     rgb:b5/bd/68 +*color3:     rgb:f0/c6/74 +*color4:     rgb:81/a2/be +*color5:     rgb:b2/94/bb +*color6:     rgb:8a/be/b7  *color7:     rgb:ff/ff/ff  *color8:     rgb:cc/66/66  *color9:     rgb:de/93/5f @@ -19,4 +19,5 @@  XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:antialias=false  XTerm.vt100.faceNameDoublesize: WenQuanYi Bitmap Song -XTerm.vt100.faceSize: 10
\ No newline at end of file +XTerm.vt100.faceSize: 10 +XTerm.selectToClipboard: true diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs index 53ac480..4ea52ff 100644 --- a/dotfiles/spacemacs +++ b/dotfiles/spacemacs @@ -15,6 +15,7 @@       git       helm       latex +     (latex :variables latex-enable-folding nil)       markdown       org       pdf-tools @@ -151,11 +152,9 @@   ;; 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. - '(ansi-color-faces-vector -   [default bold shadow italic underline bold bold-italic bold]) - '(doc-view-continuous t) - '(evil-want-Y-yank-to-eol nil) - '(spacemacs-theme-org-height nil)) + '(package-selected-packages +   (quote +    (mmt powerline spinner pdf-tools key-chord ivy tablist org-category-capture alert log4e gntp org-plus-contrib markdown-mode hydra dash-functional parent-mode projectile request helm-bibtex parsebib gitignore-mode fringe-helper git-gutter+ git-gutter flyspell-correct pos-tip flycheck pkg-info epl flx magit magit-popup git-commit with-editor smartparens iedit anzu evil goto-chg undo-tree highlight diminish bind-map bind-key biblio biblio-core packed auctex pythonic f dash s helm avy helm-core popup async evil-unimpaired yapfify xterm-color ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package unfill typit toc-org sudoku spaceline smeargle shell-pop restart-emacs ranger rainbow-delimiters pyvenv pytest pyenv-mode py-isort popwin pip-requirements persp-mode pcre2el paradox pacmacs orgit org-ref org-projectile org-present org-pomodoro org-download org-bullets open-junk-file neotree mwim multi-term move-text mmm-mode markdown-toc magit-gitflow macrostep lorem-ipsum live-py-mode linum-relative link-hint info+ indent-guide hy-mode hungry-delete htmlize hl-todo highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-pydoc helm-projectile helm-mode-manager helm-make helm-gitignore helm-flx helm-descbinds helm-ag google-translate golden-ratio gnuplot gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe git-gutter-fringe+ gh-md flyspell-correct-helm flycheck-pos-tip flx-ido fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-magit evil-lisp-state evil-indent-plus evil-iedit-state evil-exchange evil-escape evil-ediff evil-args evil-anzu eval-sexp-fu eshell-z eshell-prompt-extras esh-help elisp-slime-nav dumb-jump diff-hl define-word cython-mode column-enforce-mode clean-aindent-mode base16-theme auto-highlight-symbol auto-dictionary auto-compile auctex-latexmk anaconda-mode aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line 2048-game))))  (custom-set-faces   ;; custom-set-faces was added by Custom.   ;; If you edit it by hand, you could mess it up, so be careful. @@ -24,7 +24,8 @@ bindsym $mod+Return exec xterm  bindsym $mod+Shift+q kill  # start dmenu (a program launcher) -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -nb '#373b41' -sb '#373b41' -sf '#f0c674'" +#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -nb '#373b41' -sb '#373b41' -sf '#f0c67i4'" +bindsym $mod+d exec rofi -show run  # i3lock  bindsym $mod+l exec ~/.config/i3/lock.sh @@ -141,6 +142,7 @@ bindsym $mod+r mode "resize"  # finds out, if available)  bar {          status_command i3status +        position top          colors {                 background #373b41                 focused_workspace  #373b41 #373b41 #ffffff @@ -150,11 +152,14 @@ bar {  # colors --- https://github.com/chriskempson/tomorrow-theme  # class                 border  backgr. text    indicator child_border -client.focused          #373b41 #373b41 #ffffff #373b41   #373b41  +client.focused          #282a2e #373b41 #ffffff #373b41   #373b41   client.focused_inactive #282a2e #282a2e #ffffff #292d2e   #282a2e  client.unfocused        #282a2e #282a2e #888888 #292d2e   #282a2e  client.urgent           #282a2e #900000 #ffffff #900000   #900000  client.placeholder      #282a2e #0c0c0c #ffffff #000000   #0c0c0c -  client.background       #373b41 +gaps inner 10 +gaps outer 0 +smart_gaps on +for_window [class="^.*"] border pixel 5
\ No newline at end of file | 
