This commit is contained in:
2025-12-18 17:27:37 +01:00
parent 673a30e1df
commit 7483a7acb4
4 changed files with 104 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
output "eDP-1" {
// off
mode "2560x1600@240"
mode "2560x1600@60.002"
scale 1.25
background-color "#1e1e2e"
backdrop-color "#1e1e2e"
}
output "eDP-2" {
mode "2560x1600@60"
mode "2560x1600@60.002"
scale 1.25
background-color "#1e1e2e"
backdrop-color "#1e1e2e"

View File

@@ -4,7 +4,7 @@
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"
[ -d "$HOME/go/bin" ] && export PATH="$HOME/go/bin:$PATH"
[ -x "$HOME/.local/scripts/ssh-init" ] && eval "$(ssh-init)"
[ -x "$HOME/.local/scripts/ssh-init" ] && eval "$(ssh-init)" >/dev/null 2>&1
command -v nvim >/dev/null 2>&1 && {
export EDITOR=nvim

View File

@@ -2,6 +2,10 @@ if not set -q fetch_logo_type
set -g fetch_logo_type auto
end
if ps -e -o pid,comm | grep -q (pgrep kmscon)
set -g fetch_logo_type logo
end
if not set -q fetch_color
set -g fetch_color "#89b4fa"
end