From ef998ee445e8a59a1cc5c9d15d721aabea187fd7 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Thu, 2 Feb 2023 21:17:12 +1300 Subject: feat: fullscreen keybind --- structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.h') diff --git a/structs.h b/structs.h index 0ace524..8215bf5 100644 --- a/structs.h +++ b/structs.h @@ -13,6 +13,7 @@ struct Client int ID; Window w; bool floating; + bool fullscreen; }; enum TileDir -- cgit v1.2.3