diff options
author | Bradley Taunt <bt@btxx.org> | 2025-08-20 15:18:57 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-08-20 15:18:57 -0400 |
commit | 642d60cb023b2727b3e0e405180da387152a7512 (patch) | |
tree | dd09a5a4d5d10f4247d34f067bec4bb773ac13a2 /files/.xinitrc | |
parent | 6ded78a4af8350d1764fab56c019bc55c504bedf (diff) |
Overhaul for self hosting, tweaks
Diffstat (limited to 'files/.xinitrc')
-rw-r--r-- | files/.xinitrc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/files/.xinitrc b/files/.xinitrc deleted file mode 100644 index 6477586..0000000 --- a/files/.xinitrc +++ /dev/null @@ -1,11 +0,0 @@ -xsetroot -solid "#000000" & -xset b off - -# start up picom to avoid screen tearing -#picom --vsync & - -xrdb -load ~/.Xresources & - -xclock -bg black -fg "#e8e8e8" -hd red -geometry -0+0 -digital -brief & - -exec cwm |