From 9ce88ff82962cbb971c71cf44775a05233ce1b54 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 9 Nov 2020 23:20:48 +0100 Subject: New version, new patches --- focusurgent.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 focusurgent.c (limited to 'focusurgent.c') diff --git a/focusurgent.c b/focusurgent.c deleted file mode 100644 index bc6eee6..0000000 --- a/focusurgent.c +++ /dev/null @@ -1,14 +0,0 @@ -static void -focusurgent(const Arg *arg) { - Client *c; - int i; - for(c=selmon->clients; c && !c->isurgent; c=c->next); - if(c) { - for(i=0; i < LENGTH(tags) && !((1 << i) & c->tags); i++); - if(i < LENGTH(tags)) { - const Arg a = {.ui = 1 << i}; - view(&a); - focus(c); - } - } -} -- cgit v1.2.3