stoof
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
(setq user-full-name "opal"
|
(setq user-full-name "opal"
|
||||||
user-mail-address "ry.orlando@proton.me")
|
user-mail-address "ry.orlando@proton.me")
|
||||||
|
|
||||||
|
(setq vterm-shell "/bin/zsh")
|
||||||
|
|
||||||
;; Theme & background color
|
;; Theme & background color
|
||||||
(load-theme 'doom-gruvbox t)
|
(load-theme 'doom-gruvbox t)
|
||||||
;;(set-face-background 'default "#E8D8B0")
|
;;(set-face-background 'default "#E8D8B0")
|
||||||
|
|||||||
@@ -285,3 +285,8 @@ windowrulev2 = suppressevent maximize, class:.*
|
|||||||
|
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
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
|
setopt HIST_VERIFY # Confirm !! and similar before executing
|
||||||
|
autoload -Uz compinit
|
||||||
|
compinit
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
# PROMPT
|
# PROMPT
|
||||||
|
|||||||
Reference in New Issue
Block a user