From 06e8af6d5623097b42bc4f94dc401d605a0863a0 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 22:30:27 -0500 Subject: [PATCH] feat(hyrpland): disable timeout lock for now --- config/nvim/lua/plugins/git.lua | 4 ++-- config/tmux/tmux.conf | 4 ++-- home/modules/hyprland.nix | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/nvim/lua/plugins/git.lua b/config/nvim/lua/plugins/git.lua index e62607e..9e479a3 100644 --- a/config/nvim/lua/plugins/git.lua +++ b/config/nvim/lua/plugins/git.lua @@ -164,7 +164,7 @@ return { init = function() vim.g.diffs = { fugitive = true, - neogit = true, + neogit = false, extra_filetypes = { 'diff' }, hide_prefix = true, highlights = { @@ -172,7 +172,7 @@ return { enabled = true, }, intra = { - enabled = false, + enabled = true, max_lines = 500, }, }, diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index a3194b7..6a838b1 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -85,5 +85,5 @@ unbind s; bind s run 'mux shell' unbind g; bind g run 'mux git' unbind m; bind m run 'mux misc' -set -g lock-after-time 300 -set -g lock-command "pipes -p 2" +# set -g lock-after-time 300 +# set -g lock-command "pipes -p 2" diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index d1f4ece..6eba9ee 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -124,10 +124,10 @@ in after_sleep_cmd = hyprctl dispatch dpms on } - listener { - timeout = 300 - on-timeout = ctl wallpaper lock && hyprlock - } + # listener { + # timeout = 300 + # on-timeout = ctl wallpaper lock && hyprlock + # } listener { timeout = 600