Introduction
Introduction Statistics Contact Development Disclaimer Help
Xsetup_0 - dotfiles - These are my dotfiles. There are many like it, but these …
git clone git://jay.scot/dotfiles
Log
Files
Refs
README
---
Xsetup_0 (423B)
---
1 #!/bin/sh
2 # $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
3
4 prefix="/usr/X11R6"
5 exec_prefix="${prefix}"
6 extmon=$(${exec_prefix}/bin/xrandr | /usr/bin/awk '/DP-2-2/ { print $2 }…
7
8 if [ "$extmon" = "connected" ]; then
9 ${exec_prefix}/bin/xrandr --output DP-2-2 --auto --output eD…
10 fi
11
12 ${exec_prefix}/bin/xrandr --output default --dpi 96
13
14 # set background
15 ${exec_prefix}/bin/xsetroot -solid black
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.