diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-02 22:23:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-02 22:23:21 +0530 |
commit | 625d1bda2937821e0709cc070532f05e551f0ce6 (patch) | |
tree | 2462f2e86cb9112657180ab38357810c143fdc07 /.zprofile | |
parent | 6af06fcfe3861d3ba70f57d1ac0250171a67b06f (diff) |
removed lxsession from xmonad
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ [[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv startpage & -alias startx="startx ~/.xinitrc" +# alias startx="startx ~/.xinitrc" alias xm="startx xmonad" alias ob="startx openbox" |