12 lines
263 B
Bash
12 lines
263 B
Bash
#!/bin/sh
|
|
xrdb -merge ~/.Xresources
|
|
xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1
|
|
xsetroot -solid '#282828'
|
|
redshift-gtk -l 21.028333:105.854167 &
|
|
mate-power-manager &
|
|
ibus-daemon -drx
|
|
blueman-applet &
|
|
nm-applet &
|
|
keynav &
|
|
diodon &
|
|
exec awesome
|