Skip to content

Commit

Permalink
monitor refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinkumar-me committed Sep 2, 2024
1 parent 5424904 commit 6f74347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i3/.config/i3/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ xinput set-prop 'YSPRINGTECH USB OPTICAL MOUSE' 'libinput Accel Profile Enabled'
xrandr --output eDP --set TearFree on

#Secondary monitor
xrandr --output HDMI-A-0 --auto --left-of eDP
# xrandr --output --rate 75
# xrandr --output HDMI-A-0 # xrandr --output --rate 75
xrandr --output HDMI-A-0 --auto --left-of eDP --mode 1920x1080 --rate 75 --set TearFree on

# Set wallpaper
feh --bg-scale /home/jatin/.config/i3/wallpaper.jpg
Expand Down

0 comments on commit 6f74347

Please sign in to comment.