From 701e10a58a0c84721a323d4939370450721f4b67 Mon Sep 17 00:00:00 2001 From: Jackson Law <178053+jlaw@users.noreply.github.com> Date: Sat, 11 Apr 2020 09:47:38 -0700 Subject: [PATCH] fix: Restore Mod + F2 functionality of dwm --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 09dbd4ee..fe60ea6c 100644 --- a/.xinitrc +++ b/.xinitrc @@ -13,7 +13,7 @@ # Your default LARBS WM is determined in your `~/.profile` on login. Here we # run the proper command to run when the graphical environment starts. -exec dwm +while :; do dwm; done # To use i3, comment out the line above with dwm and uncomment these two: # export STATUSBAR="i3blocks"