migrate
This commit is contained in:
@@ -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 &
|
||||
Reference in New Issue
Block a user