Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 652 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 652 Bytes

i3 and Manjaro rules and hints to avoid keeling over and dying

Find GPU

inxi -G

Find Driver

mhwd -li

Yakuake

F12

Autoset display with autorandr

autorandr --save "name"

for script launch on i3

Place in .bashrc

Create a service

[Unit]
Description=A simple startup script

[Service]
Type=simple
ExecStart=/bin/bash /usr/bin/default.sh

[Install]
WantedBy=multi-user.target

Nitrogen Wallpaper Manager

nitrogen --restore &

Set xrandr manually

xrandr --output DP1 --auto --output DP2 --auto --right-of DP1 --output HDMI1 --auto --right-of DP2