From d0f3a64ada96f1b442b0e1581d3eed0b46d59fa1 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 29 Dec 2023 23:01:09 +0000 Subject: Begin move to using stow --- .config/xinitrc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .config/xinitrc (limited to '.config/xinitrc') diff --git a/.config/xinitrc b/.config/xinitrc deleted file mode 100644 index ec388f3..0000000 --- a/.config/xinitrc +++ /dev/null @@ -1,10 +0,0 @@ -#!/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