rm old wallpapers

This commit is contained in:
Elizabeth Hunt 2023-05-27 22:10:14 -07:00
parent 5566489848
commit 86d9e142ff
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
9 changed files with 9 additions and 2 deletions

View File

@ -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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 KiB

BIN
Wallpapers/cat-gruv.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 635 KiB

View File

@ -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