From 3c983e67a5c7eadd97b307bdd950535117dcacce Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 3 Jan 2018 23:07:10 -0500 Subject: [PATCH] Switch to bspwm in .xinitrc --- dotfiles/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 1389c9a7..77c7d992 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -21,6 +21,6 @@ ip link sudo dhcpcd # Start the window manager -exec i3 +exec bspwm # vim:ft=zsh