Initial commit of Hyprland config

This commit is contained in:
2025-02-24 01:15:49 -05:00
commit 0472007a74
33 changed files with 1403 additions and 0 deletions

6
scripts/createWorkspace Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env zsh
#set -x
source ~/.config/hypr/scripts/functions
create_workspace ${@}
#set +x