minor
This commit is contained in:
10
.memo/legion-conservation-mode
Normal file
10
.memo/legion-conservation-mode
Normal file
@@ -0,0 +1,10 @@
|
||||
即充电只充到 80% 的模式:
|
||||
|
||||
echo 1 > /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode
|
||||
|
||||
(写入 0 即为关闭)
|
||||
(具体文件路径因设备而异,也不知道同一设备路径会不会变化,改之前最好确认一下)
|
||||
|
||||
某次拆机后突然被自动关闭了,以防以后发生类似的事情不知道上哪里设置,遂记录于此。
|
||||
|
||||
|
||||
@@ -2,7 +2,9 @@ if not set -q fetch_logo_type
|
||||
set -g fetch_logo_type "auto"
|
||||
end
|
||||
|
||||
set -g fetch_color "#f5c2e7"
|
||||
if not set -q fetch_color
|
||||
set -g fetch_color "#f5c2e7"
|
||||
end
|
||||
|
||||
if test "$fetch_logo_type" = "symbols"
|
||||
set -g fetch_args "--logo-type raw --logo-width 42 --logo \"$HOME/.config/fastfetch/logo_ros/42x.symbols\" --color \"$fetch_color\""
|
||||
|
||||
@@ -2,7 +2,9 @@ if not set -q fetch_logo_type
|
||||
set -g fetch_logo_type "auto"
|
||||
end
|
||||
|
||||
set -g fetch_color "#<FLAVOR_HEX>"
|
||||
if not set -q fetch_color
|
||||
set -g fetch_color "#<FLAVOR_HEX>"
|
||||
end
|
||||
|
||||
if test "$fetch_logo_type" = "symbols"
|
||||
set -g fetch_args "--logo-type raw --logo-width 42 --logo \"$HOME/.config/fastfetch/logo_ros/42x.symbols\" --color \"$fetch_color\""
|
||||
|
||||
@@ -44,7 +44,7 @@ general {
|
||||
|
||||
resize_on_border = true
|
||||
no_focus_fallback = true
|
||||
layout = dwindle
|
||||
layout = master
|
||||
|
||||
#focus_to_other_workspaces = true # ahhhh i still haven't properly implemented this
|
||||
allow_tearing = true # This just allows the `immediate` window rule to work
|
||||
@@ -60,6 +60,12 @@ dwindle {
|
||||
smart_resizing = false
|
||||
}
|
||||
|
||||
master {
|
||||
new_on_active = after
|
||||
mfact = 0.6
|
||||
orientation = right
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 14
|
||||
|
||||
|
||||
@@ -10,9 +10,9 @@ monitorv2 {
|
||||
scale = 1.25
|
||||
bitdepth = 10
|
||||
|
||||
# comment out following lines to disabled HDR
|
||||
supports_wide_color = true
|
||||
supports_hdr = true
|
||||
cm = hdr
|
||||
sdrbrightness = 1.4
|
||||
# # comment out following lines to disabled HDR
|
||||
# supports_wide_color = true
|
||||
# supports_hdr = true
|
||||
# cm = hdr
|
||||
# sdrbrightness = 1.4
|
||||
}
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"extras": [
|
||||
"lazyvim.plugins.extras.ai.copilot",
|
||||
"lazyvim.plugins.extras.ai.copilot-chat",
|
||||
"lazyvim.plugins.extras.lang.clangd",
|
||||
"lazyvim.plugins.extras.lang.cmake",
|
||||
"lazyvim.plugins.extras.lang.git",
|
||||
|
||||
Reference in New Issue
Block a user