Commit Graph

5 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
6fafed8993
Added README.md
Added a README file to the project.

Information regarding what AWM is, how to install it, how to use it and
more are outlined in the file.
2022-07-18 14:09:34 +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
fec223b975
Added .gitignore
Added .gitignore file to ignore certain files/folders in project
2022-07-17 20:15:45 +01:00
5a6efc5ab0
Added LICENCE.txt
Added GNU GPLv3+ licence file to project.
2022-07-17 20:13:53 +01:00