This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
@@ -0,0 +1,18 @@
#!/bin/bash
# Define and Add 1920x1080 screen Resolution
# cvt 1920 1080
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
xrandr --addmode eDP-1 1920x1080_60.00
xrandr --addmode eDP-1 1600x900_60.00
xrandr --output eDP-1 --mode 1600x900_60.00
#xrandr --output eDP-1 --mode 1920x1080_60.00
# Disables Netbird connection
netbird down
# Mount my One drive from Microsoft
rclone --vfs-cache-mode writes mount OneDrive: /home/miker/Documents/OneDrive &