diff --git a/.gitignore b/.gitignore index 86b9e61..d2631ad 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,14 @@ !hypr/ !kitty/ !nvim/ -!rofi*/ !waybar/ !wofi/ +!hypr/** +!kitty/** +!nvim/** +!waybar/** +!wofi/** + # Include the directory structure itself !*/ diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 7ed31f1..088f45d 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -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. } diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2395a0b..9cf25b8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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 diff --git a/hypr/hyprsunset.conf b/hypr/hyprsunset.conf new file mode 100644 index 0000000..81316e2 --- /dev/null +++ b/hypr/hyprsunset.conf @@ -0,0 +1,12 @@ +max-gamma = 150 + +profile { + time = 7:30 + identity = true +} + +profile { + time = 18:00 + temperature = 5000 + gamma = 0.8 +}