summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Abbott <george@gabbott.dev>2023-01-24 22:51:59 +0000
committerGeorge Abbott <george@gabbott.dev>2023-01-24 22:51:59 +0000
commit84ad391a1126ce7cea372d3bd3a97564d0eb7da9 (patch)
tree5440673f99aba21142ecd08b83858b718c34a982
parentd64569b4f0a67077e3609d5812bc0b5ed1218652 (diff)
xinitrc
-rw-r--r--xinitrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/xinitrc b/xinitrc
new file mode 100644
index 0000000..e709711
--- /dev/null
+++ b/xinitrc
@@ -0,0 +1,5 @@
+#!/bin/sh
+setxkbmap gb -option caps:swapescape
+while true ; do
+ dwm
+done