From b821f65c4c63455dae6724d11a4d8bb8e4c3e5a2 Mon Sep 17 00:00:00 2001 From: nic Date: Mon, 14 Apr 2025 11:00:02 -0400 Subject: misc --- .config/x11/xprofile | 2 +- .config/zsh/.zshrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index aff206e..03bf76d 100644 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -2,7 +2,7 @@ # This file runs when a DM logs you into a graphical session. # If you use startx/xinit, this file will also be sourced. -xrandr --output DP-4 --mode 1920x1080 --rate 240 +xrandr --output DP-2 --mode 1920x1080 --rate 240 autostart="gentoo-pipewire-launcher setbg dunst mpd xcompmgr unclutter remapd" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e985db4..2213009 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,4 +1,3 @@ - # Enable colors and change prompt: autoload -U colors && colors # Load colors PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " -- cgit v1.2.3