feat(hyrpland): disable timeout lock for now
This commit is contained in:
parent
6e09c82b29
commit
06e8af6d56
3 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue