Updates
This commit is contained in:
+2
-1
@@ -33,4 +33,5 @@ windowrulev2 = center,class:(dotfiles-floating)
|
||||
env = APPIMAGELAUNCHER_DISABLE,1
|
||||
|
||||
exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh
|
||||
exec-once = ~/.config/ml4w-hyprland-settings/hyprctl.sh
|
||||
exec-once = ~/.config/ml4w-hyprland-settings/hyprctl.sh
|
||||
exec-once = ~/dotfiles/hypr/scripts/eww.sh
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
EWW=`which eww`
|
||||
killall eww
|
||||
${EWW} daemon
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
sleep 1
|
||||
sleep 0.5
|
||||
killall -9 Hyprland sleep 2
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
sleep 0.5
|
||||
hyprlock
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
sleep 0.5
|
||||
systemctl reboot
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
sleep 0.5
|
||||
systemctl suspend
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
sleep 0.5
|
||||
systemctl suspend
|
||||
Reference in New Issue
Block a user