diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-09-05 22:29:15 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-09-05 22:29:15 +0200 |
| commit | 3a3c877ef2fb2d5f2f3eb9be8de17a0534217cb5 (patch) | |
| tree | 6a5aa1a08ae58cd1d3c5a8c863e365d6ad745597 /dot.xprofile | |
| parent | 6d79e56bb284535e253dfedbf7367500ea7fc889 (diff) | |
Add new window manager stuff
Diffstat (limited to 'dot.xprofile')
| -rw-r--r-- | dot.xprofile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot.xprofile b/dot.xprofile new file mode 100644 index 0000000..21c9823 --- /dev/null +++ b/dot.xprofile @@ -0,0 +1,9 @@ +export TERMINAL=gnome-terminal +export GDK_SCALE=2 +xrandr --dpi 192 +[ -f ~/.fehbg ] && ~/.fehbg +xscreensaver -no-splash & && xscreensaver-dunst-watch & +nm-applet & +redshift-gtk & +compton --backend=glx --glx-swap-method=buffer-age -b +polybar top & |
