Script updated
This commit is contained in:
@@ -4,13 +4,13 @@ general {
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
|
||||
# listener {
|
||||
# timeout = 1800 # 30min
|
||||
# on-timeout = systemctl suspend # suspend pc
|
||||
# timeout = 300 # 5min
|
||||
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
# }
|
||||
|
||||
listener {
|
||||
timeout = 1800 # 30min
|
||||
on-timeout = shutdown now # shutdown pc
|
||||
}
|
||||
|
||||
@@ -242,7 +242,7 @@ workspace = special:web, on-created-empty:$browser
|
||||
windowrulev2 = size 450 253, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = opacity 1.0 0.7, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = float, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = move 100%-w-20 50, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = move 100%-w-20 60, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = workspace e+0, initialTitle:^(Picture in picture)$
|
||||
|
||||
# FzfMenu
|
||||
@@ -279,7 +279,7 @@ workspace = special:discord, on-created-empty:flatpak run io.github.equicord.equ
|
||||
windowrulev2 = workspace special:discord, initialTitle:^(.*equibop.*)$
|
||||
windowrulev2 = opacity 1.0 0.9, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = float, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = move 100%-w-20 50, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = move 100%-w-20 60, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = workspace e+0, initialTitle:^(Discord Popout)$
|
||||
|
||||
# Pipewire
|
||||
|
||||
Reference in New Issue
Block a user