dotfiles for nitro5

This commit is contained in:
Joel Mathew Thomas
2024-04-07 22:27:16 +05:30
parent 2488b651ee
commit e311dec2a7
30 changed files with 3556 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# _ _ _ _
# | |__ _ _ _ __ _ __(_) __| | | ___
# | '_ \| | | | '_ \| '__| |/ _` | |/ _ \
# | | | | |_| | |_) | | | | (_| | | __/
# |_| |_|\__, | .__/|_| |_|\__,_|_|\___|
# |___/|_|
#
general {
ignore_dbus_inhibit = false
}
# Screenlock
listener {
# HYPRLOCK TIMEOUT
timeout = 330
# HYPRLOCK ONTIMEOUT
on-timeout = hyprlock
}
# screen brightness
listener {
timeout = 300 # 5 min.
on-timeout = brightnessctl -s set 10
on-resume = brightnessctl -r
}
# dpms
listener {
# DPMS TIMEOUT
timeout = 360
# DPMS ONTIMEOUT
on-timeout = hyprctl dispatch dpms off
# DPMS ONRESUME
on-resume = hyprctl dispatch dpms on
}
listener {
timeout = 900 # 15min
on-timeout = systemctl suspend # suspend pc
}