aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-09-22nix: remove obnoxious shell hookOphestra Umiker
2024-09-22release: 0.0.0-beta.4Ophestra Umiker
2024-09-22app: clean up interactions and handle all application state and setup/teardownOphestra Umiker
2024-09-21acl: define Go type alias for acl_perm_tOphestra Umiker
2024-09-17release: 0.0.0-beta.3Ophestra Umiker
2024-09-17nix: include package buildInputs in devShellsOphestra Umiker
2024-09-17exit: move final and early code to internal packageOphestra Umiker
2024-09-16release: 0.0.0-beta.2Ophestra Umiker
2024-09-16move acl and xcb binding packages to top levelOphestra Umiker
2024-09-16final: refactor for removal of system package and reduction of interactions t...Ophestra Umiker
2024-09-13nix: pass method string directlyOphestra Umiker
2024-09-13flag: move method flag from mainOphestra Umiker
2024-09-12verbose: remove system package interactionOphestra Umiker
2024-09-12app: handle launch method in New functionOphestra Umiker
2024-09-11enable filter in README exampleOphestra Umiker
2024-09-09nix: fix typo in nixos module implementation previously missed due to lazy evalOphestra Umiker
2024-09-09update README documentOphestra Umiker
2024-09-09app/run: empty launcher environmentOphestra Umiker
2024-09-09nix: implement dbus-system option in nixos moduleOphestra Umiker
2024-09-09app/dbus: accept system bus configOphestra Umiker
2024-09-09dbus/config: seal with session and system bus proxyOphestra Umiker
2024-09-09dbus/config: fix builtin defaultsOphestra Umiker
2024-09-09dbus/config: document fields and add --call and --broadcastOphestra Umiker
2024-09-09release: 1.1.0Ophestra Umiker
2024-09-09update README documentOphestra Umiker
2024-09-09nix: implement new dbus options in nixos moduleOphestra Umiker
2024-09-09nix: add xdg-dbus-proxy to PATH via wrapProgramOphestra Umiker
2024-09-09flag: rename cli to flagOphestra Umiker
2024-09-09app/dbus: set dbusAddress earlyOphestra Umiker
2024-09-09app/dbus: manage dbus proxy and pass address to childOphestra Umiker
2024-09-09dbus: implement xdg-dbus-proxy wrapperOphestra Umiker
2024-09-09app: treat display server variable unset as fatalOphestra Umiker
2024-09-09app/run: remove bare launch optionOphestra Umiker
2024-09-08state/print: collect and output state information of all usersOphestra Umiker
2024-09-08nix: provide options for capability flagsOphestra Umiker
2024-09-08clean up setup/launcher code and enable better control over sharesOphestra Umiker
2024-09-04release: 1.0.4Ophestra Umiker
2024-09-04update README documentOphestra Umiker
2024-09-04nix: implement nixos moduleOphestra Umiker
2024-09-04app/launch: set argv when launching shellOphestra Umiker
2024-09-04workflows: rename binary to fortifyOphestra Umiker
2024-09-04rename to fortify and restructureOphestra Umiker
2024-07-16license: embed license in executableOphestra Umiker
2024-07-16nix: build directly with buildGoModulesOphestra Umiker
2024-07-16adapt README documentOphestra Umiker
2024-07-16apply MIT licenseOphestra Umiker
2024-07-16apply X11 licenseOphestra Umiker
2024-07-16state: track launcher states in runDir and clean up before exitOphestra Umiker
2024-07-15workflows: add release workflowOphestra Umiker
2024-07-15main: implement sudo and machinectl launcher methodsOphestra Umiker