diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-20 18:42:05 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-20 18:42:05 +0200 |
| commit | aac2054e7e8a9bb3f3975a9055aca609c80f2b3f (patch) | |
| tree | ce9e5e72c43fd2f54c3bbfe62fd3c5c6ab8c07dc /.config/x11/xinitrc | |
| parent | 8263451ce5ae7fe4f4aa58c2a040b89fad9ea395 (diff) | |
added a light mode theme
Diffstat (limited to '.config/x11/xinitrc')
| -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 |
