diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-09-15 12:23:21 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-09-15 12:23:21 +0100 |
commit | a4967156250c0bd45399fcec2fa56100a408ae32 (patch) | |
tree | d024f15a7206c03aaea0069db7c4405cbef03973 /XServer | |
parent | d2a1b0c9b0e5811b31d522c17459591e634a2229 (diff) | |
download | dotfiles-a4967156250c0bd45399fcec2fa56100a408ae32.tar.gz dotfiles-a4967156250c0bd45399fcec2fa56100a408ae32.tar.bz2 dotfiles-a4967156250c0bd45399fcec2fa56100a408ae32.zip |
(General)~small changes
Just check each edit, there's nothing to describe or explain here.
Diffstat (limited to 'XServer')
-rw-r--r-- | XServer/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 237bb41..f44c934 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -23,5 +23,5 @@ dwmblocks & # $HOME/.config/bspwm/bspwmrc while :; do - ssh-agent dwm + dwm done |