diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-08 00:53:19 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-08 00:53:19 +0200 |
commit | 2c77874f1f6b23e947f040c187a4df65f147f462 (patch) | |
tree | 0ce130e55b3753a4a2d561a3155e11568c26e058 /X11 | |
parent | 715902dbed531566fdc8f74577dc0cbb52561e90 (diff) |
Usual changes / updates
Changes to be committed:
modified: Vencord/settings/settings.json
modified: X11/xinit
modified: zsh/aliases
modified: zsh/env
Diffstat (limited to 'X11')
-rwxr-xr-x | X11/xinit | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ # ## ~/.xinitrc ## # # # -xrandr -s 1920x1080 -r 144 & # target screen resolution +xrandr --output HDMI-0 --mode 1920x1080 -r 240 +xrandr --output HDMI-1-0 --mode 1920x1080 -r 240 + +#xrandr -s 1920x1080 -r 144 & # target screen resolution xset r rate 300 30 & # key repeat delay and speed xrdb merge ~/.Xresources # resources |