dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/X11/xinitrc

14 lines
306 B
Bash

#!/bin/sh
xsetroot -cursor_name left_ptr &
sct 5200
xrdb -merge "$XDG_CONFIG_HOME/X11/xresources"
conectados=$(xrandr | awk '( $2 == "connected" ) { count++ } END { print count }')
if [ "$conectados" = 2 ]; then
monis &
exec runsvdir -P ~/.local/service.2x
else
exec runsvdir -P ~/.local/service.x
fi