diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-04 11:48:31 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 14:12:47 +0200 |
commit | 834f19223d817258108ad780a1bde2058ab3ee17 (patch) | |
tree | d7e954b3424b247200b07f9058a0e0364600a51f /dotfiles/.xinitrc | |
parent | fmt (diff) | |
download | nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.tar.gz nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.tar.bz2 nixos-config-834f19223d817258108ad780a1bde2058ab3ee17.zip |
Switch windowmanager to xmonad
Diffstat (limited to '')
-rw-r--r-- | dotfiles/.xinitrc | 5 |
1 files changed, 4 insertions, 1 deletions
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 |