AutoYADM commit: 2025-04-20 19:45:06
This commit is contained in:
parent
1ade9b2b83
commit
0ac470b300
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ if status is-interactive
|
||||||
|
|
||||||
# source ~/.config/fish/custom_cd.fish
|
# source ~/.config/fish/custom_cd.fish
|
||||||
|
|
||||||
starship init fish | source
|
# starship init fish | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
thefuck --alias | source
|
thefuck --alias | source
|
||||||
|
|
|
@ -52,7 +52,7 @@ 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
|
focus-follows-mouse max-scroll-amount="0%"
|
||||||
}
|
}
|
||||||
// BenQ
|
// BenQ
|
||||||
output "DP-1" {
|
output "DP-1" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue