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
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 57s
This commit is contained in:
@@ -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
|
5
files/system/usr/share/hypr/scripts/hypr_power/hypr_logout
Executable file
5
files/system/usr/share/hypr/scripts/hypr_power/hypr_logout
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
|
||||
|
||||
hyprctl dispatch exit
|
5
files/system/usr/share/hypr/scripts/hypr_power/hypr_reboot
Executable file
5
files/system/usr/share/hypr/scripts/hypr_power/hypr_reboot
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
|
||||
|
||||
systemctl reboot
|
5
files/system/usr/share/hypr/scripts/hypr_power/hypr_shutdown
Executable file
5
files/system/usr/share/hypr/scripts/hypr_power/hypr_shutdown
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
/usr/share/hypr/scripts/hypr_power/hypr_close_clients
|
||||
|
||||
systemctl poweroff
|
@@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
/usr/share/hyprland/scripts/hypr_power/hypr_close_clients
|
||||
|
||||
hyprctl dispatch exit
|
@@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
/usr/share/hyprland/scripts/hypr_power/hypr_close_clients
|
||||
|
||||
systemctl reboot
|
@@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
~/bin/hypr_power/hypr_close_clients
|
||||
|
||||
systemctl poweroff
|
Reference in New Issue
Block a user