wip / i3wm ➔ hyprland

and, several clean-ups at the same time
This commit is contained in:
committer@tuxwarrior
2026-02-25 11:22:51 -05:00
parent 2620282282
commit c8ab69ca6d
31 changed files with 351 additions and 335 deletions

View File

@@ -1,13 +1,3 @@
#!/usr/bin/env bash
# klevstul
# import using 'source'
OPTIONS_LOADED=true # used to check if options have been loaded
CLONE_TARGET_DIR=/tmp # directory to clone dots repository to
SYSTEM_USER=poq # system user (! root)
I3WM=true # {true, false} installs i3 packages

View File

@@ -2,12 +2,9 @@
# klevstul
# import using 'source'
# these variables are used by 99_deploy.sh, as that script is importing this file using `source`
OPTIONS_LOADED=true # used to check if options have been loaded
CLONE_TARGET_DIR=/tmp # directory to clone dots repository to
SYSTEM_USER=poq # system user (! root)
I3WM=false # {true, false} installs i3 packages - used by '99_deploy.sh'
#I3WM=false # {true, false} installs i3 packages - used by '99_deploy.sh'