diff options
author | self <george@gabbott.dev> | 2022-07-21 23:03:34 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-21 23:03:34 +0100 |
commit | 9505ae04f94bc99539d9a67f043a05d56cd0b197 (patch) | |
tree | 0a6be16e4d41c5df075127f3e69350e25fefe537 /xinit/dwm-xinitrc | |
parent | 483382bd80b4ae887cb96eb02b833724075ea2ae (diff) |
xinitrc scripts
Diffstat (limited to 'xinit/dwm-xinitrc')
-rw-r--r-- | xinit/dwm-xinitrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xinit/dwm-xinitrc b/xinit/dwm-xinitrc new file mode 100644 index 0000000..280ebaa --- /dev/null +++ b/xinit/dwm-xinitrc @@ -0,0 +1,11 @@ +#!/bin/sh + +# General Configurations +setxkbmap gb +setxkbmap -option caps:swapescape +export SHELL=/bin/zsh + +while true +do + dwm +done |