hlfw.ca

hwwm

Download patch

ref: 8c7dea63aa89194d96bf4f3986b00a3c6a9212ec
parent: 1605e43645cd009391bb8d88c1664cb0be89a4e0
author: Halfwit <michaelmisch1985@gmail.com>
date: Tue Aug 28 14:34:26 PDT 2018

Hopefully make the formatting tolerable

Signed-off-by: Halfwit <michaelmisch1985@gmail.com>

--- a/hwwm
+++ b/hwwm
@@ -28,15 +28,15 @@
 	# Focus in
 	9*)	chwb -s 2 -c "$highlight" "$wid" ;;
 	# Focus out
-	10*) chwb -s 2 -c "$normal" "$wid" ;;
+	10*)	chwb -s 2 -c "$normal" "$wid" ;;
 	# Unmap
-	18*) if test -z $fullscreen; then 
+	18*)	if test -z $fullscreen; then 
 			$DIR/wshuf | xargs -n 5 wtp
 		fi
 		wtf `lsw | tail -n1`
 		$DIR/groupsbar           ;;
 	# Map
-	19*) if test -z $fullscreen; then
+	19*)	if test -z $fullscreen; then
 			$DIR/wshuf | xargs -n 5 wtp
 			$DIR/autotag "$wid"
 		fi
@@ -43,7 +43,7 @@
 		wtf "$wid"
 		$DIR/groupsbar           ;;
 	# Destroy
-	17*) if test -z $fullscreen; then 
+	17*)	if test -z $fullscreen; then 
 			$DIR/wshuf | xargs -n 5 wtp
 			$wtf `lsw | tail -n1`
 		else