From 32d82fba2c762efccb356c2a0b3e408068cc6e03 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 23 May 2023 15:01:20 -0500 Subject: Total reorganization, we're moving on from X --- startxw | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 startxw (limited to 'startxw') diff --git a/startxw b/startxw deleted file mode 100755 index 7d8bc8d..0000000 --- a/startxw +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -if [ `crcparse wayland` = "y" ]; then - case `crcparse WC` in - `which dwl`) - exec `which dwl` > ~/.cache/dwltags - ;; - *) - export GTK_THEME=Plata-Noir-Compact - exec `crcparse WC` ;; - esac -else - startx -fi -- cgit v1.2.3