diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-01 22:55:52 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-01 22:55:52 +0530 |
| commit | 723220028038a3c6e155259e28d07e867e2d45c9 (patch) | |
| tree | f07e13aaf23e820c6da71ec02466e5831502b0e2 /.config/x11 | |
first commit
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc new file mode 100644 index 0000000..4d3d62f --- /dev/null +++ b/.config/x11/xinitrc @@ -0,0 +1,13 @@ +#!/bin/sh + +slstatus & +setwall & +xcompmgr & +dunst & +sxhkd & +# xmodmap ~/.config/xmodmap/Xmodmap & +setxkbmap -option caps:swapescape +# exec dwm > /dev/null 2>&1 + +while type dwm > /dev/null ; do dwm && continue || break ; done +exec dwm |
