From 834f19223d817258108ad780a1bde2058ab3ee17 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 4 Jul 2022 11:48:31 +0200 Subject: Switch windowmanager to xmonad --- dotfiles/.xinitrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dotfiles/.xinitrc') diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index a4a32a9..1920a74 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -51,6 +51,8 @@ fi xrandr --auto #xrandr -s 1920x1080 & +xsetroot -cursor_name left_ptr + sxhkd & clipmenud & unclutter & @@ -65,5 +67,6 @@ dwmbar & while :; do ssh-agent smart-wallpaper -d ~/Images/Wallpapers/Day -n ~/Images/Wallpapers/Night -l $LOCATION -r; done & -exec dwm 2> /tmp/dwm.log +exec xmonad 2> /tmp/xmonad.log +#exec dwm 2> /tmp/dwm.log -- cgit 1.4.1