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
+20
View File
@@ -0,0 +1,20 @@
---
tags:
- Scirpts
- Desktop
---
cvt 1920 1080
-------------
#!/bin/bash
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
Mount my One drive from Microsoft
---------------------------------
rclone --vfs-cache-mode writes mount OneDrive: /home/miker/Documents/OneDrive &