diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 0578d8d7..a9d3dee4 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -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" { diff --git a/.config/starship.toml b/.config/starship.toml index 24a42246..2a87695b 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -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)"