diff --git a/.bash_profile b/.bash_profile index 17a6f7b..ec9b0e0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,5 +10,6 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS=true export BROWSER=/usr/bin/firefox export VISUAL=vim export EDITOR=vim +export QT_QPA_PLATFORMTHEME=qt5ct export WGETRC="$XDG_CONFIG_HOME/wgetrc" [[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/.config/doom/config.el b/.config/doom/config.el index d6a07b2..53bde4f 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -26,7 +26,7 @@ (set-face-attribute 'default nil :font "Hack Nerd Font" :height 130 :weight 'regular) (set-face-attribute 'fixed-pitch nil :font "Hack Nerd Font" :height 1.0 :weight 'regular) -(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 1.0 :weight 'bold) +(set-face-attribute 'variable-pitch nil :font "Hack Nerd Font" :height 1.0 :weight 'bold) (defun opal/org-font-setup () ;; Replace list hyphen with dot @@ -44,7 +44,7 @@ (org-level-6 . 1.1) (org-level-7 . 1.1) (org-level-8 . 1.1))) - (set-face-attribute (car face) nil :font "Iosevka Nerd Font Mono" :weight 'regular :height (cdr face))) + (set-face-attribute (car face) nil :font "Hack Nerd Font" :weight 'regular :height (cdr face))) ;; Ensure that anything that should be fixed-pitch in Org files appears that way (set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch) diff --git a/.config/systemd/user/default.target.wants/easyeffects.service b/.config/systemd/user/default.target.wants/easyeffects.service deleted file mode 120000 index f9c3547..0000000 --- a/.config/systemd/user/default.target.wants/easyeffects.service +++ /dev/null @@ -1 +0,0 @@ -/home/opal/.config/systemd/user/easyeffects.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/mpd.service b/.config/systemd/user/default.target.wants/mpd.service new file mode 120000 index 0000000..0524f66 --- /dev/null +++ b/.config/systemd/user/default.target.wants/mpd.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/mpd.service \ No newline at end of file