From a1e0e8361e91c95e8195934819e216d7339dd6d0 Mon Sep 17 00:00:00 2001 From: angelic-sedition Date: Tue, 24 Feb 2015 14:38:31 -0500 Subject: [PATCH] remove accidentally placed functions --- tdrop | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tdrop b/tdrop index dcb0908..af769a8 100755 --- a/tdrop +++ b/tdrop @@ -125,13 +125,6 @@ wm_autoset_for_both() { i3-msg floating enable && \ xdotool windowmove "$1" "$xoff" "$yoff" windowsize "$1" "$width" "$height" } - is_floating() { - bspc query -T | grep "$(printf 0x%x "$1").*f-" - } - # tiling window manager with no support for floating; can toggle fullscreen instead for the dropdown - elif [[ $wm == herbstluftwm ]]; then - map_post() { - herbstclient fullscreen on fi }