diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-11 13:56:25 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-11 13:56:25 +0530 |
| commit | 1de53674c4e1e53bfe2defebf74286df0491bc18 (patch) | |
| tree | 68a0beab7ba26ab9c204c971681cd82cec3f192e /.config/x11 | |
| parent | 2c485da4475ec4c79969ac7ae8d2ce0f317193ff (diff) | |
zathurarc pywal template
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 4d3d62f..98db031 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -3,11 +3,10 @@ slstatus & setwall & xcompmgr & +xset r rate 300 50 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 +$exec dwm |
