diff options
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/.xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/.xinitrc b/xorg/.xinitrc index 16b7b47..786c557 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -1,7 +1,7 @@ #!/bin/sh userresources=$HOME/.Xresources -usertheme=$HOME/.Xresources.d/Xresources.vivendi +usertheme=$HOME/.Xresources.d/Xresources.gruvbox usermodmap=$HOME/.Xmodmap sysresources=/etc/X11/xinit/Xresources sysmodmap=/etc/X11/xinit/Xmodmap @@ -63,5 +63,5 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi if [ -n "$failsafe" ]; then - exec dbus-run-session xmonad + exec dbus-run-session dwm fi |
