diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
commit | cd64877d15106e819b56db19fd78f0e85f70222d (patch) | |
tree | 2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /debian/.xinitrc | |
parent | 92fa2f573eadd41b35aa115402d282829f40e824 (diff) | |
download | dotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz |
Update 2019-07-07
Diffstat (limited to 'debian/.xinitrc')
-rw-r--r-- | debian/.xinitrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/.xinitrc b/debian/.xinitrc new file mode 100644 index 0000000..598bd05 --- /dev/null +++ b/debian/.xinitrc @@ -0,0 +1,11 @@ +#!/bin/sh +xrdb -merge ~/.Xresources +xrandr --output DP1 --mode 1600x900 --primary --right-of eDP1 +redshift-gtk -l 21.028333:105.854167 & +mate-power-manager & +ibus-daemon -drx +blueman-applet & +nm-applet & +keynav & +diodon & +exec awesome |