Update .config/btop/btop.conf

Remove .config/cheat/cheatsheets/personal/CSS-selectors.pdf
Remove .config/cheat/cheatsheets/personal/Nuxtjs.pdf
Remove .config/cheat/cheatsheets/personal/Vue.pdf
Update .config/cheat/conf.yml
Update .config/dunst/dunstrc
This commit is contained in:
punkfairie 2024-09-29 20:21:09 -07:00
parent bc126a7090
commit a29ac94bef
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
6 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#? Config file for btop v. 1.3.2 #? Config file for btop v. 1.4.0
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"

View file

@ -60,14 +60,14 @@ cheatpaths:
# 'tags': tags that should be automatically applied to sheets on this path # 'tags': tags that should be automatically applied to sheets on this path
# 'readonly': shall user-created ('cheat -e') cheatsheets be saved here? # 'readonly': shall user-created ('cheat -e') cheatsheets be saved here?
- name: community - name: community
path: /home/marley/.config/cheat/cheatsheets/community path: {{ joinPath .chezmoi.homeDir ".config/cheat/cheatsheets/community" }}
tags: [community] tags: [community]
readonly: true readonly: true
# If you have personalized cheatsheets, list them last. They will take # If you have personalized cheatsheets, list them last. They will take
# precedence over the more global cheatsheets. # precedence over the more global cheatsheets.
- name: personal - name: personal
path: /home/marley/.config/cheat/cheatsheets/personal path: {{ joinPath .chezmoi.homeDir ".config/cheat/cheatsheets/personal" }}
tags: [personal] tags: [personal]
readonly: false readonly: false

View file

@ -183,7 +183,7 @@
#dmenu = /usr/bin/dmenu -p dunst: #dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu. # Browser for opening urls in context menu.
browser = /usr/bin/waterfox-classic -new-tab browser = /usr/bin/zen-browser --new-tab
mouse_left_click = do_action mouse_left_click = do_action
# Always run rule-defined scripts, even if the notification is suppressed # Always run rule-defined scripts, even if the notification is suppressed