AutoYADM commit: 2025-04-20 20:15:05
This commit is contained in:
parent
7f3a32cb62
commit
4d0d4571ea
2 changed files with 6 additions and 4 deletions
|
@ -52,7 +52,8 @@ input {
|
||||||
// Focus windows and outputs automatically when moving the mouse into them.
|
// Focus windows and outputs automatically when moving the mouse into them.
|
||||||
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
|
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
|
||||||
// focus-follows-mouse max-scroll-amount="0%"
|
// focus-follows-mouse max-scroll-amount="0%"
|
||||||
focus-follows-mouse max-scroll-amount="0%"
|
// focus-follows-mouse max-scroll-amount="0%"
|
||||||
|
focus-follows-mouse
|
||||||
}
|
}
|
||||||
// BenQ
|
// BenQ
|
||||||
output "DP-1" {
|
output "DP-1" {
|
||||||
|
|
|
@ -23,13 +23,14 @@ $character"""
|
||||||
|
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
add_newline = false
|
add_newline = true
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "blue"
|
style = "blue"
|
||||||
|
truncation_length = 3
|
||||||
# style = "#C4693D"
|
# style = "#C4693D"
|
||||||
# fish_style_pwd_dir_length = 1
|
fish_style_pwd_dir_length = 3
|
||||||
truncate_to_repo = false
|
truncate_to_repo = true
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[>](purple)"
|
success_symbol = "[>](purple)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue