diff options
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index e5226bb..6d42e67 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,11 +7,11 @@ fi eval "$(gpg-agent --daemon --allow-preset-passphrase)" eval "$(ssh-agent)" -xrandr --addmode HDMI-A-0 1280x960 -xrandr --output HDMI-A-0 --mode 1280x960 --primary -xrandr --output DisplayPort-1 --mode 1920x1080 --left-of HDMI-A-0 -# xrandr --output DisplayPort-2 --mode 1920x1080 --primary -# xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 +#xrandr --addmode HDMI-A-0 1280x1024 +# xrandr --output HDMI-A-0 --mode 1280x1024 --primary +# xrandr --output DisplayPort-1 --mode 1920x1080 --left-of HDMI-A-0 +xrandr --output DisplayPort-1 --mode 1920x1080 --primary +xrandr --output HDMI-A-0 --mode 1280x1024 --left-of DisplayPort-1 xset r rate 250 30 xset s off -dpms @@ -24,6 +24,6 @@ xrdb -merge ~/.Xresources /usr/bin/pipewire & /usr/bin/mpd & $HOME/.local/bin/set-wallpaper & -/usr/libexec/polkit-gnome-authentication-agent-1 & +# /usr/libexec/polkit-gnome-authentication-agent-1 & exec i3 |
