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