aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/configs
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/configs')
-rw-r--r--config/hypr/configs/ENVariables.conf2
-rw-r--r--config/hypr/configs/Keybinds.conf4
-rw-r--r--config/hypr/configs/Laptops.conf2
-rw-r--r--config/hypr/configs/Startup_Apps.conf2
-rw-r--r--config/hypr/configs/SystemSettings.conf2
-rw-r--r--config/hypr/configs/WindowRules-config-v3.conf2
-rw-r--r--config/hypr/configs/WindowRules-pre-53.conf2
-rw-r--r--config/hypr/configs/WindowRules.conf2
8 files changed, 9 insertions, 9 deletions
diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf
index 6be44e9b..e40773ac 100644
--- a/config/hypr/configs/ENVariables.conf
+++ b/config/hypr/configs/ENVariables.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# Environment variables. See https://wiki.hyprland.org/Configuring/Environment-variables/
# Set your defaults editor through ENV in ~/.config/hypr/UserConfigs/01-UserDefaults.conf
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index dea22719..57cc7d8d 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# Default Keybinds
# visit https://wiki.hyprland.org/Configuring/Binds/ for more info
@@ -166,7 +166,7 @@ bindd = $mainMod CTRL, L, Move Right into group, moveintogroup, r # Move active
bindd = $mainMod CTRL, H, Move active out of group, moveoutofgroup # Move active window out of group
# Try to dynamically move in grouped window and when ungrouped
-# Not working for me DW 11/26/25 PR: https://github.com/JaKooLit/Hyprland-Dots/pull/872
+# Not working for me DW 11/26/25 PR: https://github.com/LinuxBeginnings/Hyprland-Dots/pull/872
#bindd = $mainMod, right, focus right, exec, bash -c 'if hyprctl activewindow -j | jq -e "((.grouped | type) == \"boolean\") or (.address == (.grouped[-1] // empty))" >/dev/null 2>&1; then hyprctl dispatch movefocus r; else hyprctl dispatch changegroupactive f; fi'
#bindd = $mainMod, left, focus left, exec, bash -c 'if hyprctl activewindow -j | jq -e "((.grouped | type) == \"boolean\") or (.address == (.grouped[0] // empty))" >/dev/null 2>&1; then hyprctl dispatch movefocus l; else hyprctl dispatch changegroupactive b; fi'
diff --git a/config/hypr/configs/Laptops.conf b/config/hypr/configs/Laptops.conf
index d6addb1d..ec58fdd6 100644
--- a/config/hypr/configs/Laptops.conf
+++ b/config/hypr/configs/Laptops.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# See https://wiki.hyprland.org/Configuring/Keywords/ for more variable settings
# These configs are mostly for laptops. This is addemdum to Keybinds.conf
diff --git a/config/hypr/configs/Startup_Apps.conf b/config/hypr/configs/Startup_Apps.conf
index 0cc5da11..c0ca9c41 100644
--- a/config/hypr/configs/Startup_Apps.conf
+++ b/config/hypr/configs/Startup_Apps.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# Commands and Apps to be executed at launch (vendor defaults)
$scriptsDir = $HOME/.config/hypr/scripts
$UserScripts = $HOME/.config/hypr/UserScripts
diff --git a/config/hypr/configs/SystemSettings.conf b/config/hypr/configs/SystemSettings.conf
index f49960cd..d7892d17 100644
--- a/config/hypr/configs/SystemSettings.conf
+++ b/config/hypr/configs/SystemSettings.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# Default settings
# This is where you put your own settings as this will not be touched during update
# if the upgrade.sh is used.
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf
index 6aab2590..a1fd0985 100644
--- a/config/hypr/configs/WindowRules-config-v3.conf
+++ b/config/hypr/configs/WindowRules-config-v3.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# Vendor defaults for window rules and layerrules
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
diff --git a/config/hypr/configs/WindowRules-pre-53.conf b/config/hypr/configs/WindowRules-pre-53.conf
index 8a5f99c7..589a8acb 100644
--- a/config/hypr/configs/WindowRules-pre-53.conf
+++ b/config/hypr/configs/WindowRules-pre-53.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# Vendor defaults for window rules and layerrules
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf
index 8016db42..e94cc536 100644
--- a/config/hypr/configs/WindowRules.conf
+++ b/config/hypr/configs/WindowRules.conf
@@ -1,4 +1,4 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# Vendor defaults for window rules and layerrules
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage