From 98f46e3b56a94067218a991a93ffd0f5e2554e11 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Thu, 19 Oct 2023 09:22:58 -0500
Subject: Use X11 and not Wayland now

---
 X11/xinitrc | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 X11/xinitrc

(limited to 'X11/xinitrc')

diff --git a/X11/xinitrc b/X11/xinitrc
new file mode 100755
index 0000000..534bfc6
--- /dev/null
+++ b/X11/xinitrc
@@ -0,0 +1,5 @@
+#!/bin/sh
+[ -x ~/.screenlayout/layout.sh ] && ~/.screenlayout/layout.sh
+setxkbmap -option "caps:escape" &
+xrdb ~/.Xresources
+exec awesome
-- 
cgit v1.2.3