blob: 806262b5ce0350702de4550b956ef0e5ff602e53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
xrandr
xrdb -merge ~/.Xresources
xset -b
autorandr --change
[[ -n $(xrandr | grep "connected 3840x2160") ]] && xrandr --dpi 120
[[ -n $(xrandr | grep "connected 3840x2160") ]] && echo "Xft.dpi: 120" | xrdb -override
feh --bg-scale ~/.pictures/bg1.jpg \
~/.pictures/bg2.jpg
picom &
#gajim &
|