diff options
author | zachir <zachir@librem.one> | 2023-10-19 09:22:58 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:22:58 -0500 |
commit | 98f46e3b56a94067218a991a93ffd0f5e2554e11 (patch) | |
tree | 3632cb89431830ce11e33f94258bf4f1120660f4 /X11/xinitrc | |
parent | d2bfa8425823f116af8f641496a6a7af72318717 (diff) |
Use X11 and not Wayland now
Diffstat (limited to 'X11/xinitrc')
-rwxr-xr-x | X11/xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
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 |