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.
|
||||
// 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
|
||||
}
|
||||
// BenQ
|
||||
output "DP-1" {
|
||||
|
|
|
@ -23,13 +23,14 @@ $character"""
|
|||
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
add_newline = false
|
||||
add_newline = true
|
||||
|
||||
[directory]
|
||||
style = "blue"
|
||||
truncation_length = 3
|
||||
# style = "#C4693D"
|
||||
# fish_style_pwd_dir_length = 1
|
||||
truncate_to_repo = false
|
||||
fish_style_pwd_dir_length = 3
|
||||
truncate_to_repo = true
|
||||
|
||||
[character]
|
||||
success_symbol = "[>](purple)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue