diff options
| -rw-r--r-- | .config/x11/xprofile | 2 | ||||
| -rw-r--r-- | .config/zsh/.zshrc | 1 |
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 " |
