From fcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 16 Jan 2025 17:00:08 -0500 Subject: migration commit --- .xinitrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .xinitrc (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..62fdf48 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,10 @@ +#!/bin/sh + +# .xinitrc runs automatically when you run startx. + +[ -f ~/.xprofile ] && . ~/.xprofile + +~/.script/weather +#~/.script/dwmstatus & + +exec i3 -- cgit v1.2.3