tweaks
This commit is contained in:
parent
fe22c3e32d
commit
b8f7a76c0c
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue