diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-31 15:10:24 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-31 15:10:24 +0300 |
commit | 6c89fb4ad04c064fd2007aafaae34daa249ea732 (patch) | |
tree | 0ce04ba81c0553deb5c0c8ea4e25b53af35a4b76 /X11 | |
parent | 476f752ce179fce397ddbcb13a9b0e059959c2f3 (diff) |
Changes to be committed:
modified: X11/xinit
new file: chrome-theme/manifest.json
Diffstat (limited to 'X11')
-rwxr-xr-x | X11/xinit | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ 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 +xset b off # disable bell xrdb merge ~/.Xresources # asset resources picom --backend glx & # compositor |