diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-31 10:42:24 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-31 10:42:24 +0530 |
commit | 9417917ed3ef83303d7aaffc3b75c529652e2a90 (patch) | |
tree | c2c2031ec4e725bcdad23d651495df021ab38ee2 /.xinitrc | |
parent | 56247f4b961372d73872ce6dfb1a7871037699c8 (diff) |
Switched to lightdm and converted .zprofile into .zshenv and .xprofile
Diffstat (limited to '.xinitrc')
-rwxr-xr-x[-rw-r--r--] | .xinitrc | 24 |
1 files changed, 4 insertions, 20 deletions
@@ -8,31 +8,15 @@ sysmodmap=/etc/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then - - - - - - - - xrdb -merge $sysresources - + xrdb -merge $sysresources fi if [ -f $sysmodmap ]; then - xmodmap $sysmodmap + xmodmap $sysmodmap fi if [ -f "$userresources" ]; then - - - - - - - - xrdb -merge "$userresources" - + xrdb -merge "$userresources" fi if [ -f "$usermodmap" ]; then @@ -49,6 +33,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi nitrogen --restore & -# startpage-server & picom & + exec xmonad |