From 3036894841fce9b73e6b34779eeabbe326e19302 Mon Sep 17 00:00:00 2001 From: uint23 Date: Sun, 20 Apr 2025 06:13:41 +0100 Subject: fullscr support + readme glowup + makefile glowup gaaaaashhh --- src/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config b/src/config index 2c2fb8d..97e15bc 100644 --- a/src/config +++ b/src/config @@ -98,7 +98,6 @@ CMD(terminal, "st"); CMD(browser, "firefox"); - /* * ———————————————< Bindings >————————————————* * @@ -179,6 +178,8 @@ static const Binding binds[] = CALL(MOD, space, toggle_floating), CALL(MOD|SHIFT, space, toggle_floating_global), + CALL(MOD|SHIFT, f, toggle_fullscreen), + /*—————< Here are your executable functions >—————*/ BIND(MOD, Return, terminal), @@ -212,4 +213,5 @@ static const Binding binds[] = CALL(MOD, 9, change_ws9), CALL(MOD|SHIFT, 9, moveto_ws9), + }; -- cgit v1.2.3