diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2023-02-02 21:17:12 +1300 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2023-06-21 20:18:53 +1200 |
| commit | ef998ee445e8a59a1cc5c9d15d721aabea187fd7 (patch) | |
| tree | ae07d4a8c9c6a5eb80150f437cb82fa6a1d060f5 /config.toml | |
| parent | d7da80856ed209066b6f70d18bda9f506e05e67b (diff) | |
| download | YATwm-ef998ee445e8a59a1cc5c9d15d721aabea187fd7.tar.gz YATwm-ef998ee445e8a59a1cc5c9d15d721aabea187fd7.zip | |
feat: fullscreen keybind
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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]] |
