diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-10 17:11:53 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-10 17:11:53 +0200 |
commit | d45c41ff4c35b40dc96bb6b815f96774572f712b (patch) | |
tree | db1e370ed8cf41b193031f1af92a5b0144f6e9f2 /.config | |
parent | fix (diff) | |
download | dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.gz dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.bz2 dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.xz dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.zst dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.zip |
updates
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/emacs/init.el | 2 | ||||
-rw-r--r-- | .config/emacs/org/config.org | 2 | ||||
-rw-r--r-- | .config/lf/lfrc | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ce7323e..d49a8e1 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 02e73b5..8696f80 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -40,7 +40,7 @@ '(jdee-db-spec-breakpoint-face-colors (cons "#1c1f2b" "#676E95")) '(objed-cursor-color "#ff5370") '(package-selected-packages - '(lua-mode company-nginx company-fuzzy company-go company-shell helm-ag rainbow-identifiers nginx-mode evil-quickscope vc-fossil crontab-mode go-mode mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) + '(yaml-mode lua-mode company-nginx company-fuzzy company-go company-shell helm-ag rainbow-identifiers nginx-mode evil-quickscope vc-fossil crontab-mode go-mode mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) '(pdf-view-midnight-colors (cons "#EEFFFF" "#292D3E")) '(pos-tip-background-color "#2E2A29") '(pos-tip-foreground-color "#d4d4d6") diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 9d0cd77..774ade7 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -107,7 +107,7 @@ vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer - mutt-mode vimrc-mode nginx-mode gemini-mode + mutt-mode vimrc-mode nginx-mode gemini-mode yaml-mode )) (when (cl-find-if-not #'package-installed-p package-selected-packages) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 40537c2..a97c360 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -19,6 +19,7 @@ cmd open ${{ application/vnd.openxmlformats-officedocument.wordprocessingml.document) docx2txt $f | less ;; image/vnd.djvu|application/pdf|application/octet-stream|application/postscript) bsdsetsid zathura $fx >/dev/null 2>&1 ;; text/html) firefox $fx ;; + text/plain) less $fx ;; text/*|application/json|inode/x-empty) bat --style=plain --tabs 4 --paging=always -f $fx ;; image/x-xcf) bsdsetsid gimp $f >/dev/null 2>&1 ;; image/svg+xml) display -- $f ;; |