From e2a52c9a31c54bef7f119cccdc804d94c1e203b2 Mon Sep 17 00:00:00 2001 From: self Date: Mon, 21 Feb 2022 22:10:47 +0000 Subject: Added sddm setup stop scripts --- sddm/Xsetup | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 sddm/Xsetup (limited to 'sddm/Xsetup') diff --git a/sddm/Xsetup b/sddm/Xsetup new file mode 100755 index 0000000..b227db5 --- /dev/null +++ b/sddm/Xsetup @@ -0,0 +1,7 @@ +#!/bin/sh +# Xsetup - run as root before the login dialog appears + +# Swaps CAPSLOCK and ESC keys, e.g. for vim. +# According to Arch Wiki, this only sets for SDDM and not subsequent sessions. +setxkbmap -option caps:swapescape + -- cgit v1.2.1