update to latest files

This commit is contained in:
2025-10-17 13:23:41 -07:00
parent 7cadf88d89
commit 926232e3cd
4 changed files with 23 additions and 6 deletions

7
.gitignore vendored
View File

@@ -5,9 +5,14 @@
!hypr/ !hypr/
!kitty/ !kitty/
!nvim/ !nvim/
!rofi*/
!waybar/ !waybar/
!wofi/ !wofi/
!hypr/**
!kitty/**
!nvim/**
!waybar/**
!wofi/**
# Include the directory structure itself # Include the directory structure itself
!*/ !*/

View File

@@ -24,12 +24,12 @@ listener {
} }
listener { listener {
timeout = 300 # 5min timeout = 600 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed on-timeout = loginctl lock-session # lock screen when timeout has passed
} }
listener { listener {
timeout = 330 # 5.5min timeout = 630 # 5.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed 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. on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
} }

View File

@@ -197,9 +197,9 @@ input {
} }
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { #gestures {
workspace_swipe = false # workspace_swipe = false
} #}
# Example per-device config # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more

12
hypr/hyprsunset.conf Normal file
View File

@@ -0,0 +1,12 @@
max-gamma = 150
profile {
time = 7:30
identity = true
}
profile {
time = 18:00
temperature = 5000
gamma = 0.8
}