migrate
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Define and Add 1920x1080 screen Resolution
|
||||
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 1920x1080_60.00
|
||||
|
||||
bash ~/.config/polybar/launch.sh --forest
|
||||
Reference in New Issue
Block a user