fixing hypridle
This commit is contained in:
parent
e185f30421
commit
6d9644501b
9 changed files with 47 additions and 43 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function dim-all-monitors
|
||||
brillo -e -O && brillo -e -u 150000 -S 15
|
||||
end
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function lock-power-off-monitors
|
||||
loginctl lock-session && niri msg action power-off-monitors
|
||||
end
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function lock-suspend
|
||||
loginctl lock-session && systemctl suspend
|
||||
end
|
2
homes/emenel/dotfiles/dot_local/bin/dim-all-monitors
Executable file
2
homes/emenel/dotfiles/dot_local/bin/dim-all-monitors
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
brillo -e -O && brillo -e -u 150000 -S 15
|
2
homes/emenel/dotfiles/dot_local/bin/lock-power-off-monitors
Executable file
2
homes/emenel/dotfiles/dot_local/bin/lock-power-off-monitors
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
niri msg action power-off-monitors
|
2
homes/emenel/dotfiles/dot_local/bin/lock-suspend
Executable file
2
homes/emenel/dotfiles/dot_local/bin/lock-suspend
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
systemctl suspend
|
2
homes/emenel/dotfiles/dot_local/bin/on-unlock
Executable file
2
homes/emenel/dotfiles/dot_local/bin/on-unlock
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
shikanectl reload && brillo -e -u 150000 -I
|
Loading…
Add table
Add a link
Reference in a new issue