Skip to content

Commit

Permalink
switch to using quicknotes directory for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomashighbaugh committed Nov 12, 2023
1 parent 39aecf2 commit d279820
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .notes/index.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions .quicknote/3a52ce780950d4d969792a2559cd519d7ee8c727/Intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Introduction

The documentation and working notes related to this project reside within this directory for simplicity's sake and because keeping the notes elsewhere makes loosing them only too easy as I have learned with this project in particular.

> NOTE: each subdirectory of the repository should have its own `README.md` file that explains its function and lists its content.
## Contents

- [TODOs](./todo.md)
- [Additional Resources](/.notes/Additional-Resources.md)
- [Credit Where It is Due](/.notes/Credit-Where-It-Is-Due.md)
- [Installation](/.notes/Installation.md)
File renamed without changes.
9 changes: 9 additions & 0 deletions bin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# bin

While I have long since moved away from calling shell scripts within the configuration, preferring the use of lua to keep things consistent, this directory is still useful to store scripts that aide in the development of this configuration and testing of changes to it.

## Contents

| Script | Functionality |
| ------ | -------------------------------------------------------------------------------------------------------------- |
| awmtt | Using Xephyr, it runs a nested xserver to test any changes without breaking the current UI environment locally |
File renamed without changes.
12 changes: 6 additions & 6 deletions rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
pcall(require, "luarocks.loader")

-- +---------------------------------------------------------------+
-- NOTE: See sub-directory README files for more info
-- DONE see if this works with lua
-- now the theme files and variables bound to the beautiful. namespace
-- NOTE: See sub-directory README files for more info on their contents

-- The theme files and variables bound to the `beautiful.` namespace
require("themes")
-- helper functions
-- Helper functions at the `utilities.` namespace
require("utilities")
-- locally-derived back-end functionality
-- Locally-derived back-end functionality
require("modules")
-- Settings of various builtin options (and some custom layouts)
-- with globally scoped variables
require("configuration")
-- +---------------------------------------------------------------+
-- Event watching functionality
require("signal")
-- UI elements (widgets) that the user interacts with
require("ui")

0 comments on commit d279820

Please sign in to comment.