feat(hyrpland): disable timeout lock for now

This commit is contained in:
Barrett Ruth 2026-02-15 22:30:27 -05:00
parent 6e09c82b29
commit 06e8af6d56
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 8 additions and 8 deletions

View file

@ -164,7 +164,7 @@ return {
init = function() init = function()
vim.g.diffs = { vim.g.diffs = {
fugitive = true, fugitive = true,
neogit = true, neogit = false,
extra_filetypes = { 'diff' }, extra_filetypes = { 'diff' },
hide_prefix = true, hide_prefix = true,
highlights = { highlights = {
@ -172,7 +172,7 @@ return {
enabled = true, enabled = true,
}, },
intra = { intra = {
enabled = false, enabled = true,
max_lines = 500, max_lines = 500,
}, },
}, },

View file

@ -85,5 +85,5 @@ unbind s; bind s run 'mux shell'
unbind g; bind g run 'mux git' unbind g; bind g run 'mux git'
unbind m; bind m run 'mux misc' unbind m; bind m run 'mux misc'
set -g lock-after-time 300 # set -g lock-after-time 300
set -g lock-command "pipes -p 2" # set -g lock-command "pipes -p 2"

View file

@ -124,10 +124,10 @@ in
after_sleep_cmd = hyprctl dispatch dpms on after_sleep_cmd = hyprctl dispatch dpms on
} }
listener { # listener {
timeout = 300 # timeout = 300
on-timeout = ctl wallpaper lock && hyprlock # on-timeout = ctl wallpaper lock && hyprlock
} # }
listener { listener {
timeout = 600 timeout = 600