scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit bed6c27def7d6270ebda076c4c9741ae3224f5ab
parent ca2f4c86045047346b00f36c876b1338eb517fd2
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 08:44:37 -0500

Started working on arch install script

Diffstat:
Rinstall.sh -> alpine-install.sh | 0
Aarch-install.sh | 5+++++
Avm-full-screen.sh | 6++++++
3 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/install.sh b/alpine-install.sh diff --git a/arch-install.sh b/arch-install.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# Please complete archinstall with pipewire install first + + +sudo pacman -Sy qutebrowser diff --git a/vm-full-screen.sh b/vm-full-screen.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# cvt 5120 1440 60 +xrandr --newmode "5120x1440_60.00" 624.50 5120 5496 6048 6976 1440 1443 1453 1493 -hsync +vsync +xrandr --addmode Virtual-1 "5120x1440_60.00" +xrandr --output Virtual-1 --mode "5120x1440_60.00"