summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-04-14 11:00:02 -0400
committernic <ra@afu.re>2025-04-14 11:00:02 -0400
commitb821f65c4c63455dae6724d11a4d8bb8e4c3e5a2 (patch)
tree36f78c416d8bfb0d5c21ac8dffb15d67a9a18069
parent708fc6d6d6aea9ad9fdc95ad99b2b9f8c2592952 (diff)
misc
-rw-r--r--.config/x11/xprofile2
-rw-r--r--.config/zsh/.zshrc1
2 files changed, 1 insertions, 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 "