Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many different changes, details in commit messages #8

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2022

  1. Code refactoring without functionality changes

    Internal functions start with _underscore now, added -- after xdotool
    commands, replaced infinite loop in nowm_main with sleep infinity
    
    This commit is mostly to prepare for bigger changes and might be skipped
    by now
    xezo360hye committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    e8f2785 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Changes in files structure and code reformatting

    Now all files that can/should be installed are placed in src/ directory.
    Added nowm.desktop file. Made some changes to main executable
    
    This commit should NOW be merged right now
    xezo360hye committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1d33842 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    abf151a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into patch-3

    Updated README and package.json files
    xezo360hye committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    58019e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Improved NoWM executable and moved files

    Moved files in examples/ to examples/hotkeys/ to differentiate from
    other example files which will be added soon. NoWM functions move and
    resize renamed to move_absolute and resize_absolute accordingly, now
    functions move and resize detect what you want based on arguments you
    pass. Using + or - before numbers makes it relative, otherwise absolute
    xezo360hye committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    3aca0d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Small optimization changes

    Todo update man page
    xezo360hye committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    33641f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Manpage changes

    Added new sections `raise`, `move_absolute` and `resize_absolute`.
    Changed content inside `logout`, `move` and `resize`. Added line break
    in sections `close`, `kill` and `quit`
    xezo360hye committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    02e3d07 View commit details
    Browse the repository at this point in the history