This commit is contained in:
Matt Nish-Lapidus 2025-05-18 14:59:52 -04:00
parent fe22c3e32d
commit b8f7a76c0c
2 changed files with 2 additions and 4 deletions

View file

@ -71,7 +71,6 @@ in
outputs = {
"eDP-1" = {
# focus-at-startup = true;
mode = {
width = 2560;
height = 1600;
@ -82,7 +81,6 @@ in
};
"PNP(BNQ) BenQ PD2725U N2N00414019" = {
# focus-at-startup = true;
mode = {
width = 3840;
height = 2160;

View file

@ -1,3 +1,5 @@
-- require("starship"):setup()
require("git"):setup()
th.git = th.git or {}
th.git.modified_sign = "M"
@ -10,8 +12,6 @@ require("restore"):setup({
show_confirm = true,
})
-- require("starship"):setup()
Status:children_add(function()
local h = cx.active.current.hovered
if h == nil or ya.target_family() ~= "unix" then