From 5d631bd3ad7f78e8ca69d7001cada582fcd8d18f Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 30 Dec 2023 11:47:56 +0000 Subject: Add several packages --- xinit/.config/xinitrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xinit/.config/xinitrc (limited to 'xinit/.config') diff --git a/xinit/.config/xinitrc b/xinit/.config/xinitrc new file mode 100644 index 0000000..ec388f3 --- /dev/null +++ b/xinit/.config/xinitrc @@ -0,0 +1,10 @@ +#!/bin/sh + +# xinitrc runs when you run starx + +# Source xprofile as that contains commands that need run whenever we startx. +# Commands are kept in xprofile as that will run automatically if a display manager is used when logging in. +. ~/.xprofile + +exec dwm + -- cgit v1.2.3-13-gbd6f