summaryrefslogtreecommitdiffstats
path: root/X11/xsession
blob: 0a448bfefa3543eb1db260e65fe9025a38ec4562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

set -m
atexit() {
	kill -TERM -- -$$ $(printf "-%s " $(jobs -p))
}

trap 'atexit' EXIT

xrandr --dpi 96
unclutter &
sct 4200
xsetroot -solid "black"
xidle -delay 5 -nw -program "/usr/X11R6/bin/xlock -dpmsstandby 5" -timeout 600 &
setxkbmap -layout us -variant altgr-intl -option caps:escape -option compose:altgr -option terminate:ctrl_alt_bksp
export QT_QPA_PLATFORMTHEME=qt5ct
. $HOME/.profile
xrdb -load $HOME/.config/X11/defaults
xset b off
#exec cwm -c $HOME/.config/cwm/cwmrc
exec sxhkd &
#urxvtd -q -f -o &
exec bspwm
Un proyecto texto-plano.xyz