diff options
author | ryo <ryo@nopwd.lol> | 2024-10-30 20:10:03 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2024-10-30 20:10:03 +0000 |
commit | cc6d6fcfc6e8403e87dae9f092e61f0edf8e3cc6 (patch) | |
tree | f7f751a92c30b5ef7cf8770004c30479c516fdca /config/x11 |
Initial commit
Diffstat (limited to 'config/x11')
-rw-r--r-- | config/x11/xinitrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc new file mode 100644 index 0000000..dda415a --- /dev/null +++ b/config/x11/xinitrc @@ -0,0 +1,8 @@ +#!/usr/bin/env dash + +setxkbmap -layout us,ir -option grp:shifts_toggle -option caps:swapescape +unclutter & +dunst & +blind.sh & + +exec i3 |