stoof
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
2156
.config/zsh/.zcompdump
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,8 @@
|
||||
#######################################################
|
||||
|
||||
setopt HIST_VERIFY # Confirm !! and similar before executing
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
#######################################################
|
||||
# PROMPT
|
||||
|
||||
Reference in New Issue
Block a user