Commit Graph

2 Commits

Author SHA1 Message Date
571e595c3b
Updated main.cpp
Updated existing functions which took a pointer for structs, now take a
reference instead for ease of access and avoiding the use of parameter
as optional.

Added fullscreen functionality - togglable.
 - feature works by directly resizing the currently focused window.
 - terminal window can be toggled between fullscreen and original size.
 - if multiple windows exist, then exiting fullscreen will cause all
   windows to be organised, essentially placing the focused fullscreen
   window back into its original tiling placement.
2022-07-23 18:24:44 +01:00
7b377f1f9e
Added awm main file
main.cpp represents the AWM program before compilation.
It contains all the source code for the program.
2022-07-17 20:16:18 +01:00