update to latest files
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -5,9 +5,14 @@
|
||||
!hypr/
|
||||
!kitty/
|
||||
!nvim/
|
||||
!rofi*/
|
||||
!waybar/
|
||||
!wofi/
|
||||
!hypr/**
|
||||
!kitty/**
|
||||
!nvim/**
|
||||
!waybar/**
|
||||
!wofi/**
|
||||
|
||||
|
||||
# Include the directory structure itself
|
||||
!*/
|
||||
|
||||
@@ -24,12 +24,12 @@ listener {
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
timeout = 600 # 5min
|
||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 330 # 5.5min
|
||||
timeout = 630 # 5.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.
|
||||
}
|
||||
|
||||
@@ -197,9 +197,9 @@ input {
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
#gestures {
|
||||
# workspace_swipe = false
|
||||
#}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
|
||||
12
hypr/hyprsunset.conf
Normal file
12
hypr/hyprsunset.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
max-gamma = 150
|
||||
|
||||
profile {
|
||||
time = 7:30
|
||||
identity = true
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 18:00
|
||||
temperature = 5000
|
||||
gamma = 0.8
|
||||
}
|
||||
Reference in New Issue
Block a user