rm old wallpapers
@ -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)
|
||||
|
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 476 KiB |
BIN
Wallpapers/cat-gruv.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 628 KiB |
Before Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 635 KiB |
@ -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
|
||||
|