Renamed hyprland folder in /usr/share to hypr to override default hyprland configs
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 57s

This commit is contained in:
2025-05-14 13:43:23 -04:00
parent 6430da2b61
commit c4fbd9fa75
23 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ $fileManager = dolphin
$menu = rofi -show drun
#$menu = ags request -i launcher show
$screenshot = grim -g "$(slurp -d)" - | wl-copy
$powermenu = /usr/share/hyprland/scripts/local-lua /usr/share/hyprland/scripts/powermenu.lua
$powermenu = /usr/share/hypr/scripts/local-lua /usr/share/hypr/scripts/powermenu.lua
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
hyprctl dispatch exit

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
systemctl reboot

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
systemctl poweroff

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
/usr/share/hyprland/scripts/hypr_power/hypr_close_clients
hyprctl dispatch exit

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
/usr/share/hyprland/scripts/hypr_power/hypr_close_clients
systemctl reboot

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
~/bin/hypr_power/hypr_close_clients
systemctl poweroff