diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-18 12:41:01 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-18 12:41:01 -0500 |
commit | cce6b3dec92b87df030059963db32a3d9ffae82b (patch) | |
tree | 5e40fddeae54b4abd54f579b0cb707f4c123b940 /.xinitrc |
Initial commit for the cgit platform
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..2f900f3 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,7 @@ +slstatus & + +# start up picom to avoid screen tearing +picom --vsync & + +# Saving a dwm log +exec dwm > ~/.dwm.log |