This commit is contained in:
2025-08-25 18:19:11 -07:00
parent a3605efaf3
commit fdb4242e9d
4 changed files with 2165 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
(setq user-full-name "opal"
user-mail-address "ry.orlando@proton.me")
(setq vterm-shell "/bin/zsh")
;; Theme & background color
(load-theme 'doom-gruvbox t)
;;(set-face-background 'default "#E8D8B0")

View File

@@ -285,3 +285,8 @@ windowrulev2 = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
xwayland {
force_zero_scaling = true
use_nearest_neighbor = true
}

2156
.config/zsh/.zcompdump Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,8 @@
#######################################################
setopt HIST_VERIFY # Confirm !! and similar before executing
autoload -Uz compinit
compinit
#######################################################
# PROMPT