Skip to content

Lukabratzee/i3config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My configuration for i3 status bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages