diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-25 11:49:52 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-25 11:49:52 +0100 |
commit | 6333d9811d495c5df6f94f3b036a6b49fad55aa6 (patch) | |
tree | ec9618e874b2e3078d9dba12281808afa6f261b9 | |
parent | bae93cb0b00bd7dc309c20996840e9e625fea2e0 (diff) |
we can now configure dwm using gdm
Diffstat (limited to '')
-rw-r--r-- | Xresources | 19 | ||||
-rw-r--r-- | xprofile | 16 |
2 files changed, 35 insertions, 0 deletions
diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..ca3ea21 --- /dev/null +++ b/Xresources @@ -0,0 +1,19 @@ +!Theme Three +*background: rgb:00/00/00 +*foreground: rgb:cf/cf/cf +*color0: rgb:00/00/00 +*color1: rgb:e0/10/10 +*color2: rgb:20/ad/20 +*color3: rgb:d4/c2/4f +*color4: rgb:23/1b/b8 +*color5: rgb:9c/38/85 +*color6: rgb:1d/bd/b8 +*color7: rgb:fe/fe/fe +*color8: rgb:6a/6a/6a +*color9: rgb:e8/3a/3d +*color10: rgb:35/e9/56 +*color11: rgb:ff/ff/2f +*color12: rgb:3a/53/f0 +*color13: rgb:e6/28/ba +*color14: rgb:1c/f5/f5 +*color15: rgb:ff/ff/ff diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..7506a8f --- /dev/null +++ b/xprofile @@ -0,0 +1,16 @@ +# This file is needed by gdm to configure the startup when using the dwm window manager + +# Calls a script which sets a random background +~/.fehbg + +# Terminal st config is in Xresources so this needs to be called +xrdb ~/.Xresources + +# xsetroot -solid gray + +# This gives us a nice status bar at the top +dwmstatus 2>&1 >/dev/null & + +# Start dwm +exec dwm + |