From ef998ee445e8a59a1cc5c9d15d721aabea187fd7 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Thu, 2 Feb 2023 21:17:12 +1300 Subject: feat: fullscreen keybind --- config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index be0354f..682cda8 100644 --- a/config.toml +++ b/config.toml @@ -32,6 +32,9 @@ func = "kill" [[Keybinds.key]] bind = "mod+shift+r" func = "reload" +[[Keybinds.key]] +bind = "mod+f" +func = "fullscreen" #Focus [[Keybinds.key]] -- cgit v1.2.3