diff --git a/dot_config/btop/btop.conf.tmpl b/dot_config/btop/btop.conf.tmpl index 5dec837..cde23b4 100644 --- a/dot_config/btop/btop.conf.tmpl +++ b/dot_config/btop/btop.conf.tmpl @@ -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" diff --git a/dot_config/cheat/cheatsheets/personal/CSS-selectors.pdf b/dot_config/cheat/cheatsheets/personal/CSS-selectors.pdf deleted file mode 100644 index 896043f..0000000 Binary files a/dot_config/cheat/cheatsheets/personal/CSS-selectors.pdf and /dev/null differ diff --git a/dot_config/cheat/cheatsheets/personal/Nuxtjs.pdf b/dot_config/cheat/cheatsheets/personal/Nuxtjs.pdf deleted file mode 100644 index 6d43e13..0000000 Binary files a/dot_config/cheat/cheatsheets/personal/Nuxtjs.pdf and /dev/null differ diff --git a/dot_config/cheat/cheatsheets/personal/Vue.pdf b/dot_config/cheat/cheatsheets/personal/Vue.pdf deleted file mode 100644 index 3f900e4..0000000 Binary files a/dot_config/cheat/cheatsheets/personal/Vue.pdf and /dev/null differ diff --git a/dot_config/cheat/conf.yml.tmpl b/dot_config/cheat/conf.yml.tmpl index 555def7..66cd8d0 100644 --- a/dot_config/cheat/conf.yml.tmpl +++ b/dot_config/cheat/conf.yml.tmpl @@ -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 diff --git a/dot_config/dunst/dunstrc b/dot_config/dunst/dunstrc index 6277041..1c3c29c 100644 --- a/dot_config/dunst/dunstrc +++ b/dot_config/dunst/dunstrc @@ -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