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:
parent
bc126a7090
commit
a29ac94bef
6 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -60,14 +60,14 @@ cheatpaths:
|
|||
# 'tags': tags that should be automatically applied to sheets on this path
|
||||
# 'readonly': shall user-created ('cheat -e') cheatsheets be saved here?
|
||||
- name: community
|
||||
path: /home/marley/.config/cheat/cheatsheets/community
|
||||
path: {{ joinPath .chezmoi.homeDir ".config/cheat/cheatsheets/community" }}
|
||||
tags: [community]
|
||||
readonly: true
|
||||
|
||||
# If you have personalized cheatsheets, list them last. They will take
|
||||
# precedence over the more global cheatsheets.
|
||||
- name: personal
|
||||
path: /home/marley/.config/cheat/cheatsheets/personal
|
||||
path: {{ joinPath .chezmoi.homeDir ".config/cheat/cheatsheets/personal" }}
|
||||
tags: [personal]
|
||||
readonly: false
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
#dmenu = /usr/bin/dmenu -p dunst:
|
||||
|
||||
# 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
|
||||
|
||||
# Always run rule-defined scripts, even if the notification is suppressed
|
||||
|
|
Loading…
Reference in a new issue