Commit Graph

63 Commits

Author SHA1 Message Date
sam_oneal 2d5a4e9f4c updated waybar power menu list 2026-09-07 20:13:04 -06:00
sam_oneal 8d2aa49668 updated to latest submodule 2026-09-07 20:01:50 -06:00
sam_oneal f60b7e263b hyprland: SUPER+Right creates a new workspace past the end of a monitor
m+1/m-1 only cycle existing workspaces on the active monitor and wrap at
the edges, so SUPER+Right never created a workspace. Replace them with a
Lua helper: advancing past the last workspace on the monitor now creates
a fresh (empty) workspace there; going before the first wraps to the
monitor's last workspace.
2026-09-07 18:26:27 -06:00
sam_oneal b148fcc256 hyprland: add SUPER+arrow workspace cycling and overview binds
SUPER+Left/Right cycle existing workspaces on the active monitor
(m+1/m-1 with cycling enabled), SUPER+Up opens the hyprshell overview
scoped to the current monitor (create/manage workspaces there), and
SUPER+Down closes the overview again. Adds binds-help.sh cheat sheet
(SHIFT+SUPER+H) and overview-close.sh helper.
2026-09-07 18:14:27 -06:00
sam_oneal 09c8706f35 fixed issue with lid closing was not being detected 2026-09-07 15:45:44 -06:00
sam_oneal 9d788d42e1 changed how closing windows worked; updated how the cloudflare access service works 2026-08-31 19:54:42 -06:00
sam_oneal 086097f2a9 waybar: add weather module to bar
Add custom/weather module between battery and clock, polling
weather.sh every 10 minutes.
2026-08-18 08:03:33 -06:00
sam_oneal 1755d17558 hyprlock: disable fingerprint, add battery/weather/notifications
- Disable fingerprint auth (GDM holds the device; hyprlock can't
  claim it, blocking the auth thread).
- Fix date format escaping (single quotes).
- Add battery, weather, and latest mako notification labels.
- Add hyprlock wrapper (crash guard), battery script, notifications
  script, and weather script.
2026-08-18 08:02:50 -06:00
sam_oneal 9e310d2f58 hyprland: prepend PATH, gate idle inhibitors, allow lock restore
- Prepend ~/.local/bin to PATH so user scripts (hyprlock wrapper,
  weather.sh) resolve before system binaries.
- Gate dpms-off and suspend on lock screen running (condition_cmd)
  so idle inhibitors from apps work while unlocked but screen still
  blanks and machine suspends after lock.
- Enable allow_session_lock_restore so a crashed lock client can be
  replaced.
- Temporarily enable debug logging to diagnose re-lock issues.
2026-08-18 08:02:16 -06:00
sam_oneal 21dbb16e8b zsh: add pv-backed mv/cp wrappers with progress and dir creation
Override mv and cp to pipe large transfers through pv for progress.
Directories are streamed via tar+pv; single files go through pv
directly. Parent directories are created (mkdir -p) when the
destination path doesn't exist yet.
2026-08-18 08:01:05 -06:00
sam_oneal 5cfa02ea6b make: exclude local-only packages and use --restow for idempotency
Filter out resources and wluma from PACKAGES since they are
local-only and should not be stowed. Use stow --restow so make link
can be run repeatedly without conflicts from pre-existing symlinks.
2026-08-18 08:00:40 -06:00
sam_oneal f57dc1db3c added ai sessions to gitignore 2026-08-14 23:43:44 -06:00
sam_oneal 260b202d6f update readme with current packages; add AGENTS.md for AI guidance 2026-08-14 21:35:39 -06:00
renovate 804ec54090 Add renovate.json 2026-08-15 03:28:59 +00:00
sam_oneal 6e1ed76eed additional work to setup hyprland 2026-08-14 21:27:58 -06:00
sam_oneal 2b7b18c66d manage monitors with monique; reduce hypr-lid to lock/suspend timers
Add the monique GUI/daemon for monitor arrangement, hotplug profiles and
clamshell handling (writes monitors.lua, keybind SUPER+SHIFT+M, stowed
settings). hypr-lid is trimmed to hypr-lid-power: display management moved
to moniqued, it now only runs the delayed lock/suspend timers when the lid
is closed undocked. Update logind drop-in comments accordingly.
2026-08-14 21:25:38 -06:00
sam_oneal db72a5a635 add hypr-lid service for clamshell and delayed lid sleep 2026-08-14 18:16:31 -06:00
sam_oneal 96c4d36714 migrated hyprland config from hyprlang to lua; added mocha palette as lua 2026-08-14 17:33:25 -06:00
sam_oneal a372093d22 added rclone service for connecting to google drive 2026-07-31 10:17:07 -06:00
sam_oneal 275575297d updated readme 2026-07-24 20:52:32 -06:00
sam_oneal fe2aa6572e working stowing for system drives and user space 2026-07-24 20:43:03 -06:00
sam_oneal f85882f944 attempting to add NAS drive connection as automount systemd service 2026-07-23 06:11:33 -06:00
sam_oneal a3be54e03a added support for yay; updated monitors in hyprland; updated zshrc with pip3 alias and deno reference 2026-07-07 14:36:55 -06:00
sam_oneal 300ca6b436 updated Makefile 2026-05-11 10:45:40 -06:00
sam_oneal 8e782b24bd changed nvim config connection to private repo 2026-05-09 11:18:27 -06:00
sam_oneal f0f26f78f4 added pre-commit and secrets detection 2026-05-09 10:53:12 -06:00
sam_oneal cb3e33b5dc using nwg-displays for monitor management; updated cloudflared service 2026-05-08 23:27:24 -06:00
sam_oneal 279423edf5 updated configs 2026-04-26 13:25:52 -06:00
sam_oneal 4cb475b277 updated the url for localhost 2026-04-25 18:41:05 -06:00
sam_oneal 39fabae9d0 added custom hosts aliases 2026-04-25 18:09:44 -06:00
sam_oneal 13b8b1877e custo hosts file 2026-04-25 18:07:50 -06:00
sam_oneal 4eae67f0db new wallpaper images from NASA 2026-04-10 11:32:04 -06:00
sam_oneal 5ae0cb8665 added socket reference for docker commands with podman 2026-04-10 11:31:34 -06:00
sam_oneal 40ff5324e1 added burst and start limit on failures 2026-04-08 13:01:39 -06:00
sam_oneal 5f6d2e8e3a added 'Wants' 2026-04-08 12:55:26 -06:00
sam_oneal a17de92e35 passing in env vars for web page display; upping to restart to 60 seconds 2026-04-06 15:32:51 -06:00
sam_oneal fab91bb7c2 added updates 2026-04-04 19:44:17 -06:00
sam_oneal 4c89cff398 some changes 2026-03-25 11:09:55 -06:00
sam_oneal d2f0de3751 updated execution applications 2026-03-13 15:20:56 -06:00
sam_oneal 9e6e9dc3dc working ssh config with connection to local git 2026-03-13 14:58:52 -06:00
sam_oneal 28a704f273 added ssh config; updated hyprland and ghostty configs 2026-03-12 17:18:48 -06:00
sam_oneal fafa5fdc27 added play, pause, prev and next commands 2026-02-11 10:29:32 -07:00
sam_oneal 301b85e2a1 added ghostty as default terminal for hyprshell; updated gestures and general layout for hyprland 2026-02-10 12:07:40 -07:00
sam_oneal 7d72c4cfb3 Updated monitor settings to use description instead of display id value 2026-02-10 08:49:51 -07:00
sam_oneal 1325ed6b39 added sunsetr for managing lighting temp of screen 2026-02-09 00:10:30 -07:00
sam_oneal 16a481814e updated execs 2026-02-08 08:47:20 -07:00
sam_oneal d204aca9f6 updated screenshot to use grim 2026-02-07 16:29:26 -07:00
sam_oneal fa91ea73b5 moved hyprshell a folder down 2026-02-05 10:40:24 -07:00
sam_oneal ba43241a33 updated folder structure for hyprshell; added 1password to on load execution 2026-02-05 10:31:40 -07:00
sam_oneal 2283b8bfbd updated input; added hyprshell 2026-02-05 10:14:23 -07:00