diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9f55812..ffb1cdb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -17,13 +17,13 @@ ;; Configure use-package to use straight.el by default (use-package straight - :custom (straight-use-package-by-default t)) + :custom (straight-use-package-by-default t)) (straight-use-package 'org) (require 'org) (org-babel-load-file (expand-file-name "settings.org" - user-emacs-directory)) + user-emacs-directory)) (custom-set-variables ;; custom-set-variables was added by Custom. @@ -33,6 +33,8 @@ '(elcord-idle-message "Idling...") '(elcord-idle-timer 120) '(elcord-refresh-rate 3) + '(org-html-postamble nil) + '(org-html-preamble t) '(package-selected-packages '(kotlin-mode magit counsel doom-modeline doom-themes use-package)) '(tab-width 2)) @@ -43,3 +45,4 @@ ;; If there is more than one, they won't work right. ) +(put 'downcase-region 'disabled nil) diff --git a/Wallpapers/3840x2160-light-archlinux2.png b/Wallpapers/3840x2160-light-archlinux2.png deleted file mode 100644 index 5756864..0000000 Binary files a/Wallpapers/3840x2160-light-archlinux2.png and /dev/null differ diff --git a/Wallpapers/anime-coffee-girl.jpg b/Wallpapers/anime-coffee-girl.jpg deleted file mode 100644 index f4aee42..0000000 Binary files a/Wallpapers/anime-coffee-girl.jpg and /dev/null differ diff --git a/Wallpapers/blahaj.png b/Wallpapers/blahaj.png deleted file mode 100644 index 7abd7c4..0000000 Binary files a/Wallpapers/blahaj.png and /dev/null differ diff --git a/Wallpapers/cat-gruv.jpg b/Wallpapers/cat-gruv.jpg new file mode 100644 index 0000000..3eb967d Binary files /dev/null and b/Wallpapers/cat-gruv.jpg differ diff --git a/Wallpapers/ezri_lights_wow.jpg b/Wallpapers/ezri_lights_wow.jpg deleted file mode 100644 index b83dea2..0000000 Binary files a/Wallpapers/ezri_lights_wow.jpg and /dev/null differ diff --git a/Wallpapers/howl.jpg b/Wallpapers/howl.jpg deleted file mode 100644 index e0ea654..0000000 Binary files a/Wallpapers/howl.jpg and /dev/null differ diff --git a/Wallpapers/pikachu.png b/Wallpapers/pikachu.png deleted file mode 100644 index 76966d9..0000000 Binary files a/Wallpapers/pikachu.png and /dev/null differ diff --git a/scripts/machine-specific-zsh/yagami.zsh b/scripts/machine-specific-zsh/yagami.zsh index 6bcc7c5..10ce143 100644 --- a/scripts/machine-specific-zsh/yagami.zsh +++ b/scripts/machine-specific-zsh/yagami.zsh @@ -12,3 +12,7 @@ eval $(thefuck --alias) export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_DESKTOP=sway export QT_QPA_PLATFORM=wayland +export QT_QPA_PLATFORMTHEME=qt5ct +export QT_QPA_PLATFORM=wayland +#export GDK_BACKEND=wayland +export MOZ_ENABLE_WAYLAND=1