This commit is contained in:
parent
b8ac83f1a1
commit
1469810d2b
|
@ -42,6 +42,8 @@ if has_command skim
|
||||||
set --export --universal SKIM_CTRL_T_COMMAND "fd --hidden"
|
set --export --universal SKIM_CTRL_T_COMMAND "fd --hidden"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
set --export --universal NEWT_COLORS "root=black,black:border=black,blue"
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
set -U fish_color_normal normal # default color
|
set -U fish_color_normal normal # default color
|
||||||
set -U fish_color_command white # base command being run (>ls< -la)
|
set -U fish_color_command white # base command being run (>ls< -la)
|
||||||
|
|
|
@ -317,10 +317,15 @@ in
|
||||||
output = {
|
output = {
|
||||||
"BOE NE135A1M-NY1 Unknown" = {
|
"BOE NE135A1M-NY1 Unknown" = {
|
||||||
mode = "2880x1920@120Hz";
|
mode = "2880x1920@120Hz";
|
||||||
position = "0,0";
|
position = "1092,2160";
|
||||||
scale = toString 1.75;
|
scale = toString 1.75;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"Dell Inc. DELL U2720Q CWTM623" = {
|
||||||
|
mode = "3840x2160@60Hz";
|
||||||
|
position = "0,0";
|
||||||
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
"BOE 0x0BCA Unknown" = {
|
"BOE 0x0BCA Unknown" = {
|
||||||
mode = "2256x1504@60Hz";
|
mode = "2256x1504@60Hz";
|
||||||
|
|
Loading…
Reference in a new issue