i think we are fancied now

This commit is contained in:
alisceon 2025-09-04 15:28:18 +02:00
parent a60f7776da
commit c6a4b7baed
2 changed files with 12 additions and 0 deletions

View file

@ -86,6 +86,9 @@
hide-window-on-esc = true; hide-window-on-esc = true;
tab-policy = "never"; tab-policy = "never";
panel-icon-type = "none"; panel-icon-type = "none";
custom-font = "Inconsolata 14";
use-system-font = false;
use-theme-colors = true;
}; };
}; # end dconf.settings }; # end dconf.settings
} # end file } # end file

View file

@ -187,6 +187,15 @@
aliases["ll"] = "exa -lah" aliases["ll"] = "exa -lah"
aliases["grep"] = "rg" aliases["grep"] = "rg"
# Coloured man page support
# using 'less' env vars (format is '\E[<brightness>;<colour>m')
$LESS_TERMCAP_mb = "\033[01;31m" # begin blinking
$LESS_TERMCAP_md = "\033[01;31m" # begin bold
$LESS_TERMCAP_me = "\033[0m" # end mode
$LESS_TERMCAP_so = "\033[01;44;36m" # begin standout-mode (bottom of screen)
$LESS_TERMCAP_se = "\033[0m" # end standout-mode
$LESS_TERMCAP_us = "\033[00;36m" # begin underline
$LESS_TERMCAP_ue = "\033[0m" # end underline
''; '';
}; # end xonsh }; # end xonsh
}; # end programs }; # end programs